Search This Blog

Friday, August 14, 2015

XDOLoader UPLOAD to Attach Bursting Control File

# *********************************************************************************************
# Attaching Bursting Control File
# *********************************************************************************************
echo " "
echo "Attaching Bursting Control File..."
java oracle.apps.xdo.oa.util.XDOLoader UPLOAD \
-DB_USERNAME apps \
-DB_PASSWORD $APPSID_PASS \
-JDBC_CONNECTION $v_jdbc_url \
-LOB_TYPE BURSTING_FILE \
-APPS_SHORT_NAME CUSTOM \
-LOB_CODE TEMPLATE_SHORT_CODE \
-LANGUAGE en \
-TERRITORY US \
-XDO_FILE_TYPE XML-BURSTING-FILE \
-NLS_LANG American_America.WE8ISO8859P1 \
-FILE_NAME XXDEDUCTION_CTL.xml \
-LOG_FILE XXDEDUCTION_CTL.log \
-CUSTOM_MODE FORCE

Bursting Control File to Place Output files in Remote Directory

<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type="bursting">
 <xapi:globalData location="stream">
 </xapi:globalData >
    <xapi:request select="/TEMP08/LIST_G_EMPLOYEE_NUMBER/G_EMPLOYEE_NUMBER">
 <xapi:delivery>
<xapi:filesystem id="FILE_DELIVERY" output="/var/tmp/${PAYROLL}_${PAY_DATE}.pdf" />
 </xapi:delivery>
 <xapi:document output-type="pdf" delivery="FILE_DELIVERY">
 <xapi:template type="rtf" location="xdo://CUSTOM.XX_DEDUCTION_PDF.en.US/?getSource=true" filter="">
</xapi:template>
  </xapi:document>
 </xapi:request>
     <xapi:request select="/TEMP08/LIST_G_EMPLOYEE_NUMBER/G_EMPLOYEE_NUMBER">
 <xapi:delivery>
<xapi:filesystem id="123" output="/var/tmp/${PAYROLL}_${PAY_DATE}.txt" />
 </xapi:delivery>
 <xapi:document output-type="txt" delivery="123">
  <xapi:template type="eText" location="xdo://CUSTOM.XX_DEDUCTION_INT.en.US/?getSource=true" filter="">
</xapi:template>
  </xapi:document>
 </xapi:request>
</xapi:requestset>

Thursday, February 21, 2013

Relation between Ledger , Legal entity, Operating Unit information in Oracle Apps R12

Information can be retrieved from the table:
XLE_LE_OU_LEDGER_V


Query for Ledger, OU, Legal Enity, balancing segment:
SELECT hrl.country, hroutl_bg.NAME bg, hroutl_bg.organization_id,
       lep.legal_entity_id, lep.NAME legal_entity,
       hroutl_ou.NAME ou_name, hroutl_ou.organization_id org_id,
       hrl.location_id,
       hrl.location_code,
       glev.FLEX_SEGMENT_VALUE
  FROM xle_entity_profiles lep,
       xle_registrations reg,
       hr_locations_all hrl,
       hz_parties hzp,
       fnd_territories_vl ter,
       hr_operating_units hro,
       hr_all_organization_units_tl hroutl_bg,
       hr_all_organization_units_tl hroutl_ou,
       hr_organization_units gloperatingunitseo,
       gl_legal_entities_bsvs glev
 WHERE lep.transacting_entity_flag = 'Y'
   AND lep.party_id = hzp.party_id
   AND lep.legal_entity_id = reg.source_id
   AND reg.source_table = 'XLE_ENTITY_PROFILES'
   AND hrl.location_id = reg.location_id
   AND reg.identifying_flag = 'Y'
   AND ter.territory_code = hrl.country
   AND lep.legal_entity_id = hro.default_legal_context_id
   AND gloperatingunitseo.organization_id = hro.organization_id
   AND hroutl_bg.organization_id = hro.business_group_id
   AND hroutl_ou.organization_id = hro.organization_id
   AND glev.legal_entity_id = lep.legal_entity_id

Tuesday, February 12, 2013

Multiple Languages in your Oracle E-Business Suite

Enable Multi Language - NLS with Oracle Applications 11i

How to enable Mutilple languages (NLS) with Oracle Applications 11i instance

The below process guides through the step by step process of enable multi language in Oracle Ebiz - 11i instance.
Have taken French as example language to enable in the below steps, You can choose the language you wish to enable in the oracle applications.

Follow the below process to enable the NLS, Please note the base language will be English only.

1)Install the required Language (French) from OAM.
Enabling the Arabic from OAM, folllow the below steps

Login to OAM as a sysadmin -> sitemap -> License Manager -> License -> Languages And license the following language

Enable the "French"

Make sure you should not change the base language, it should be english.
2)Validate the language activated
Login to application with apps user and execute the below command.

Select NLS_LANGUAGE from FND_LANGUAGES where INSTALLED_FLAG in ('B','I');

Make sure you get below result.

1. AMERICAN
2. French

Here base lang is American
3)Stop the Oracle application services
cd $OAD_TOP/admin/scripts
./adstpall.sh apps/apps
4)Run Maintain Multi-lingual Tables
AD Administration Main Menu > Maintain Applications Database Entities Menu using adadmin.
5)Run Update current view snapshot from adadmin
adadmin -> Maintain Applications Files -> Maintain snapshot information -> Update current view snapshot)

6)Run the Translation Synchronization Patch utility (adgennls.pl)Login to applmgr user in application tier, make sure enviorment is sourced properly and execute the following command

perl $AD_TOP/bin/adgennls.pl

Above command will genertate the manifest file which you need to upload to support. Menifist file will be on following location:

$APPL_TOP/admin/$TWO_TASK/out/adgennls.txt
7)Upload the manifest file to oracle support, use the below steps.
Upload the adgennls.txt file to https://updates.oracle.com/TransSync make sure you give your exact email id.
Once you upload the file, select the option Get Latest Translstions and click on next it will provide you the patch number which support is going to generate for NLS syncronization.

A Translation synchronization patch will be generated specifically based on your manifest for each of your active language. The patch will synchronize the language file versions and American English file versions in your Applications instance.
Note : it is suggested option: If you select the option to get latest translations, the patch will also bring your translations up-to-date.

If you do not receive any email regarding your request within 48 hours, you may contact Oracle Support for assistance.

this patch will generate NLS media patck, it will take some time to generate

8)Apply the Translation Synchronization patch
Follow the instructions in the README file to apply the patch.

note: Before Applying patch make sure enough space in appl top directory, patch initially copy all required files to appl top create new lang patch Choose a directory that contains enough space for the NLS updates (about 10 GB for each language Minimum).

9)AD Administration utility to generate message files from the Generate Applications Files menu.10)Compile the invalid objects using utlrp.

11)Complie Forms and Reports

12)Complile Apps schema and validate apps schema

13)Bring up the applications services


Tuesday, September 4, 2012

Item Creation in Oracle apps R12

Creating Items

Oracle Inventory provides us with the functionality to create Items. Sets of attributes are assigned to an Item. The attributes define the characteristics of the Item. A group of attributes values defines a template, and a template can be assigned to an Item to automatically define the set of attribute values.
An Item template defines the Item Type. For example, a Finished Good template will identify certain characteristics that define the Item as a finished good, with attributes such as "Inventory Item" and "Stockable" with a value of "Yes". Let's look at how to create an Item in Oracle Inventory. We will also assign a Finished Good template to the Item.

Getting ready

Log in to Oracle E-Business Suite R12 with the username and password assigned to you by the System Administrator. If you are working on the Vision demonstration database, you can use OPERATIONS/WELCOME as the USERNAME/PASSWORD:
  1. Select the Inventory Responsibility.
  2. Select the V1 Inventory Organization.

How to do it...

Let's list the steps required to create an Item:
Oracle E-Business Suite: Creating Items in Inventory
  1. Navigate to Items | Master Items. Please note that Items are defined in the Master Organization.
  2. Enter the Item code, for example, PRD20001.
  3. Enter a description for the Item:
    Oracle E-Business Suite: Creating Items in Inventory
  4. Select Copy From from the tools menu (or press Alt+T). We are going to copy the attributes from the Finished Good template:
    Oracle E-Business Suite: Creating Items in Inventory
  5. We can also copy attributes from an existing Item.
  6. Enter Finished Good and click on the Apply button (or press Alt+A) and click on the Done button.
  7. Save the Item definition by clicking on the Save icon (or press Ctrl+S).

How it works...

Items contain attributes and attributes contain information about an Item. Attributes can be controlled centrally at the Master Organization level or at the Inventory Organization level.

There's more...

Once the Item is created, we need to assign it to a category and an inventory organization.

Assigning Items to inventory organizations

For us to be able to perform transactions with the Item in the inventory, we need to assign the Item to an inventory organization. We can also use the organization Item form to change the attributes at the organization level. For example, an Item may be classified as raw materials in one organization and finished goods in another organization.
Oracle E-Business Suite: Creating Items in Inventory
  1. From the Tools menu, select Organization Assignment.
  2. Select the inventory organization for the Item. For example, A1–ACME Corporation. Click on the Assigned checkbox.
    Oracle E-Business Suite: Creating Items in Inventory
  3. Save the assignment.

Assigning Items to categories

When an Item is created, it is assigned to a default category. However, you may want to perform transactions with the Item in more than one functional area, such as Inventory, Purchasing, Cost Management, Service, Engineering, and so on. You need to assign the Item to the relevant functional area. A category within a functional area is a logical classification of Items with similar characteristics.
Oracle E-Business Suite: Creating Items in Inventory
  1. From the Tools menu, select Categories.
  2. Select the Categories Set, Control Level, and the Category combination to assign to the Item:
    Oracle E-Business Suite: Creating Items in Inventory
  3. Save the assignment.

Exploring Item attributes

There are more than 250 Item attributes grouped into 17 main attribute groups. In this recipe, we will explore the main groups that are used within the financial modules.

How to do it...

Let's explore some Item attributes:
  1. Search for the Finished Good Item by navigating to Items | Master Items:
    Oracle E-Business Suite: Creating Items in Inventory
  2. Click on the Find icon. You then enter the Item code and click on the Find button to search for the Item.
  3. Select the tabs to review each of the attributes group:
    Oracle E-Business Suite: Creating Items in Inventory
  4. In the Main tab, check that the Item Status is Active. We can also enter a long description in the Long Description field.
  5. The default value of the primary Unit of Measure (UOM) can be defined in the INV: Default Primary Unit of Measure profile option. The value can be overwritten when creating the Item. The Primary UOM is the default UOM used in other modules. For example, in Receivables it is used for invoices and credit memos.
  6. In the Inventory tab, check that the following are enabled:
    • Inventory Item: It enables the Item to be transacted in Inventory. The default Inventory Item category is automatically assigned to the Item, if enabled.
    • Stockable: It enables the Item to be stocked in Inventory.
    • Transactable: Order Management uses this flag to determine how returns are transacted in Inventory.
    • Reservable: It enables the reservation of Items during transactions. For example, during order entry in Order Management.
  7. In the Costing tab, check that the following are enabled:
    • Costing: Enables the accounting for Item costs. It can be overridden in the Cost Management module, if average costing is used.
    • Cost of Goods Sold Account: The cost of goods sold account is entered. This is a general ledger account. The value defaults from the Organization parameters.
      Oracle E-Business Suite: Creating Items in Inventory
  8. In the Purchasing tab, enter a Default Buyer for the purchase orders, a List Price, and an Expense Account. Check that the following are enabled:
    • Purchased: It enables us to purchase and receive the Item.
    • Purchasable: It enables us to create a Purchase Order for the Item.
    • Allow Description Update: It enables us to change the description of the Item when raising the Purchase Order.
    • RFQ Required: Set this value to Yes to enable us to require a quotation for this Item.
    • Taxable: Set this value to Yes with the Input Tax Classification Code as VAT–15%. This can be used with the default rules in E-Tax.
    • Invoice Matching: Receipt Required–Yes. This is to allow for three-way matching.
  9. In the Receiving tab, review the controls.
    Oracle E-Business Suite: Creating Items in Inventory
  10. In the Order Management tab, check that the following are enabled:
    • Customer Ordered: This enables us to define prices for an Item assigned to a price list.
    • Customer Orders Enabled: This enables us to sell the Item.
    • Shippable: This enables us to ship the Item to the Customer.
    • Internal Ordered: This enables us to order an Item via internal requisitions.
    • Internal Orders Enabled: This enables us to temporarily exclude an Item from internal requisitions.
    • OE Transactable: This is used for demand management of an Item.
      Oracle E-Business Suite: Creating Items in Inventory
  11. In the Invoicing tab, enter values for the Accounting Rule, Invoicing Rule, Output Tax Classification Code, and Payment Terms. Enter the Sales Account code and check that the Invoiceable Item and Invoice Enabled checkboxes are enabled.

Oracle E-Business Suite 12 Financials Cookbook

Oracle E-Business Suite 12 Financials Cookbook Take the hard work out of your daily interactions with Oracle E-Business Suite financials by using the 50+ recipes from this book and eBook
Published: August 2011
eBook Price: $41.99
Book Price: $69.99
See more
        Read more about this book      
(For more resources on Oracle, see here.)

Creating Item templates

An Item template is a set of attributes that enable the 'quick' creation of an Item. In this recipe, we will create an Item template that can be used to create many similar Items. We will copy from the Finished Good template to our new template called ACME Finished Good.

Getting ready

Log in to Oracle E-Business Suite and select the Inventory responsibility.

How to do it...

Let's list the steps required to create an Item template:
  1. Navigate to Setup | Items | Templates.
  2. Select the Inventory Organization.
    Oracle E-Business Suite: Creating Items in Inventory
  3. From the Find Item Templates form, click on New button or press Alt+N.
    Oracle E-Business Suite: Creating Items in Inventory
  4. In the Template field, enter the name of the new template; for example, enter ACME Finished Good.
  5. In the Description field, enter a suitable description, for example, enter ACME Finished Good Template.
    Oracle E-Business Suite: Creating Items in Inventory
  6. Select Copy Template from the Tools menu.
  7. We can use this form to select the attributes groups that we want to copy from the Finished Good template.
  8. Click on the Apply button.
  9. Click on the Done button.
  10. In the dialog box presented to us, with the message "Do you want to save the changes you have made?", click on the Yes button.

How it works...

Item templates can be created from scratch. To make the template creation process easier, Oracle has provided us with a number of seeded templates as a starting point to copy from. We can also combine templates and manually amend the attributes to define our template. When we copy from an existing template, we have choices that determine how the copy will occur.
Oracle E-Business Suite: Creating Items in Inventory
The three main choices are as follows:
  1. Overwrite: All selected attribute values are copied to the new template and any values that we have manually created will be overwritten.
  2. Append: Attributes that have no value will be copied across to our template. This mode is useful if you are using a combination of templates.
  3. Overwrite Not Null: Only the selected attributes that contain values will be copied.

There's more...

Let's amend the template to allow us to automatically populate the template with some default values. Let's create an Item and apply the amended template to the Item.

Amending the template

Let's search for the template and amend the templates to include some of the default values:
  1. Search for the ACME Finished Good template by navigating to Setup | Items | Templates.
  2. Enter ACME Finished Good in the Template field and click on the Find button.
  3. Click on the Open button to view the template.
    Oracle E-Business Suite: Creating Items in Inventory
  4. In the Attributes Group region, select Purchasing and enter some default values, for example:
    • Default Buyer: Stock, Ms. Pat
    • Input Tax Classification Code: VAT-15%
    • Taxable: Yes
    • Allow Description Update: Yes
    • Receipt Required: Yes
  5. Save the template.
    Oracle E-Business Suite: Creating Items in Inventory
  6. In the Attributes Group region, select Receiving and enter some default values, for example:
    • Over-Receipt Qty Action: Warning
    • Receipt Routing: Direct Delivery
    • Days Early Receipt Allowed: 5
    • Days Late Receipt Allowed: 2
    • Receipt Date Action: Warning
  7. Save the template.
  8. In the Attributes Group region, select Invoicing and enter some default values, for example:
    • Accounting Rule: Immediate
    • Payment Terms: Immediate
  9. Save the template.

Creating an Item and applying the template to the Item

Let's create an Item and apply the template to the Item:
  1. Navigate to Items | Master Items.
  2. Enter the Item code and description.
  3. Select Copy From in the Tools menu.
    Oracle E-Business Suite: Creating Items in Inventory
  4. Click on the Apply button.
  5. Click on the Done button. This action will validate the template created.
    Oracle E-Business Suite: Creating Items in Inventory
  6. Click on the Purchasing tab to review the default values of the attributes assigned automatically by the template.
  7. Save the Item.

Exploring Item controls

During the creation of Items, we may decide to restrict the use of the Items by controlling Items within an Inventory Organization. When an Item is defined, it is defined in the Item Master Organization and can then be assigned to other Inventory Organizations. Items are then held in Subinventories, which can contain Locators. Locator, Serial number, Lot number, and Revision number within a Subinventory can be used to control Items. In this recipe, we will explore some of the control parameters for Items.

Getting ready

Log in to Oracle E-Business Suite and select the Inventory responsibility.

How to do it...

Let's explore the following Item controls:
  1. Item Status
  2. Item Attribute
The Item Status is the status of an Item and it determines the actions that can be performed on an Item. For example, an obsolete Item may not be sold to the customer, but can be used as parts for repairs and can still be stockable. Let's create an Item status for obsolete Items.
  1. Navigate to Setup | Items | Status Code.
    Oracle E-Business Suite: Creating Items in Inventory
  2. In the Status field, enter Obsolete and ACME Obsolete in the Translated Status field.
  3. Enter a Description, for example, ACME Obsolete Items.
  4. Enable the following attributes:
    • BOM Allowed
    • Stockable
    • Transactable
  5. Save the form.
The levels that the attributes can be controlled at are set in the Item Attribute Controls form. Let's look at some of the Item Attribute Controls:
  1. Navigate to Setup Items | Attribute Controls|
  2. From the menu, select View | Query By Example | Enter (or press F11 on the keyboard).
  3. In the Group Name field, enter Main%.
    Oracle E-Business Suite: Creating Items in Inventory
  4. From the Menu, select View | Query By Example | Run (or press Ctrl+F11 on the keyboard).
  5. Observe that some attributes are controlled at the Master Level and some at the Org Level.
  6. Close the form.

There's more...

Items are stored in a Subinventory and can be controlled using a locator. Items can be identified by lot and by serial numbers.

Storing Items by Subinventories

Subinventories are distinct separations of Items within an Inventory Organization. Subinventories can be physical or logical. Items within an Inventory Organization must reside in a Subinventory.
Transactions are performed from the Subinventories. Examples of Subinventories include: finished goods, van, stores, staging area, and fast moving goods. Let's create a finished goods Subinventory and restrict an Item to the Subinventory.
  1. Navigate to Setup | Organizations | Subinventories.
  2. Click on the New button.
    Oracle E-Business Suite: Creating Items in Inventory
  3. In the Name field, enter ACME-FG.
  4. In the Description, enter ACME Finished Goods.
  5. In the Locator Control field, select Item level. This will enable the Inventory transactions for this Subinventory to use locator control, which we define at the Item level.
  6. Save the record.
Let's restrict an Item to the Subinventory:
  1. Navigate to Items | Organization Items.
  2. Search for the PRD20001 Item.
    Oracle E-Business Suite: Creating Items in Inventory
  3. Select the Inventory tab and select the Restrict Subinventories checkbox.
  4. Save the record.
    Oracle E-Business Suite: Creating Items in Inventory
  5. In the Tools menu, select Items Subinventories.
  6. Select ACME-FG in the Subinventory field.
  7. Save the record.

Storing Items by locators

Stock locators identify the physical areas where Items are stored. Additional controls can be placed on the Items in stock locators. For example, we can control the shelf life of an Item with stock locators. Stock locators are usually defined as Row, Rack, and Bin. Let's create three stock locators for the ACME Finished Goods Subinventory and restrict an Item by locator control:
  1. Navigate to Setup | Organizations | Subinventories.
    Oracle E-Business Suite: Creating Items in Inventory
  2. Search for the ACME-FG Subinventory (press F11 on the keyboard, and enter the search mask ACME%, then press Ctrl+F11 on the keyboard).
  3. Click on the Locator button to enter the locator details.
    Oracle E-Business Suite: Creating Items in Inventory
  4. Enter A1.1.1 in the Locator field.
  5. In the Description field, enter ACME FG 1.
  6. In the Type field, select Storage Locator.
  7. Enter another row for A1.1.2, ACME FG 2, with Storage Locator in the Type field.
  8. Repeat for A1.1.3, ACME FG 3, with Storage Locator in the Type field.
  9. Save the record.
The structure of the stock locator is defined in the stock locator Flexfield structure and can be defined to fit your business requirements. Locator Control can be "prespecified" before they are used or can be defined dynamically as Items are received or shipped.
Let's restrict an Item to the Locator:
  1. Navigate to Items | Organization Items.
  2. Search for the PRD20001 Item.
  3. Oracle E-Business Suite: Creating Items in Inventory
  4. Select the Inventory tab, select the Restrict Locators checkbox, and then select the Locator Control as Prespecified.
  5. Save the record.
    Oracle E-Business Suite: Creating Items in Inventory
  6. In the Tools menu, select Items Subinventories.
  7. Select A1.1.1 in the Locator field.
  8. Save the record.

Identifying Items by lot control

A lot of numbers can be used to identify Items that share the same specifications. For example, lot numbers can be used to specify the expiry period of an Item. Let's look at how to use lot numbers to control Items. We will impose a shelf life of 30 days on the Item and assign lot numbers to the Item:
  1. Navigate to Items | Organization Items.
  2. Search for the PRD20001 Item.
    Oracle E-Business Suite: Creating Items in Inventory
  3. Select the Inventory tab.
  4. In the Lot Expiration (Shelf Life) region, select the Control field and select Shelf Life Days.
  5. Enter 30 as the number of days.
  6. In the Lot region, select Full Control in the Control field.
  7. Save the record.

Tracking Items using serial control

Serial numbers can be used to track an Item. A serial number is assigned to each unit of the Item, if serial control is used:
  1. Navigate to Items | Organization Items.
  2. Search for the PRD20001 Item.
    Oracle E-Business Suite: Creating Items in Inventory
  3. Select the Inventory tab.
  4. In the Serial region, select the Generation field, and select At Receipt. This will allow us to specify the format of the serial numbers at the time of receipt.
  5. Save the record.

Controlling Items using revisions

Items can have versions. Item versions are controlled using revisions. For example, we can decide to make the PRD20002 revision controlled, and have another version of the Item. Let's change the attribute to revision controlled and add a revision B to the Item:
  1. Navigate to Items | Organization Items.
  2. Search for the Item PRD20002.
    Oracle E-Business Suite: Creating Items in Inventory
  3. In the Inventory tab, enable the Revision Control checkbox.
  4. In the displayed message, select OK.
  5. Save the Item.
    Oracle E-Business Suite: Creating Items in Inventory
  6. From the Tools menu, select Revisions.
  7. Add a line for Revision B of the Item with the description Revised Widget.
  8. Save the record.

Summary

This article included recipes for creating Items and exploring the Item attributes. It then continued with creating Item templates and exploring Item controls.

Sunday, July 15, 2012

Oracle Shipping pick release status



Below post will give you the details about the pick release status
Instance: 11i or R12
Table: WSH_DELIVERY_DETAILS
Column: RELEASED_STATUS
Possible Values:
B: Backordered- Line failed to be allocated in Inventory
C: Shipped -Line has been shipped
D: Cancelled -Line is Cancelled
N: Not Ready for Release -Line is not ready to be released
R: Ready to Release: Line is ready to be released
S: Released to Warehouse: Line has been released to Inventory for processing
X: Not Applicable- Line is not applicable for Pick Release
Y: Staged- Line has been picked and staged by Inventory
Delivery line statuses in detail
 Not Applicable (Code X)  
The delivery line can be invoiced but non-shippable, for example, a service line or a warranty line.
Not Ready for Release (Code N)
 The delivery line is not eligible for pick release. This happens when the order line is manually imported into Oracle Shipping Execution using the Import Delivery Line concurrent process or the corresponding order line has not reached the Awaiting Shipping workflow activity.
Ready for Release (Code R)
  The delivery line is eligible for pick release.  Occurs when the order line has reached the Awaiting Shipping workflow activity (it is booked, scheduled, and in Oracle Shipping Execution).
Submitted to Warehouse (Code S)
Pick release has processed the delivery line and has:
1.       Created move order headers and lines.
2.       Found available quantity and created inventory allocations.
3.       Not pick confirmed. If you are using auto-pick confirm, it changes release status to Staged. If you are not using auto-pick confirm and want to progress the delivery lines, navigate to Oracle Inventory Move Order Transaction window and perform manual pick confirm.
Staged (Code Y)
 The delivery line is pick confirmed; inventory is transferred from storage sub-inventory to staging sub-inventory.  It remains staged until ship confirm.
 Backordered (Code B)
Some of the circumstances that can causes this status are listed below
Ø  Pick release has processed the delivery line and cannot find the entire quantity.  This typically occurs when the Oracle Inventory indicates that there is not enough material (either because there is not enough material or because the inventory balance is incorrect).  
Ø  At ship confirm, you: Enter Shipped Quantity that is less than Original Requested Quantity Backorder the entire delivery quantity transfer a reservation to cycle count.
Ø  This typically occurs when the material that you want to ship:
1.       Has become unavailable, for example, damaged, between picking and shipping.
2.       Is available and you backorder material for specific business reasons. For example, all available material has been allocated to a specific customer when you find out additional supply for other orders will be delayed.
  Shipped (Code C)
  The delivery line’s delivery is ship confirmed and posted as in-transit, OM Interface and Inventory Interface have processed, and the trip is closed.
  Cancelled (Code D)
  The order line that the delivery line supports is cancelled.

Monday, July 2, 2012

Print Oracle Apps versions


SELECT substr(a.application_short_name, 1, 5) code,
       substr(t.application_name, 1, 50) application_name,
       p.product_version version
FROM   fnd_application a,
       fnd_application_tl t,
       fnd_product_installations p
WHERE  a.application_id = p.application_id
AND    a.application_id = t.application_id
AND    t.language = USERENV('LANG')