DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on PA_TRANSACTION_INTERFACE_ALL

Line 3599: -- will not get posted into pa_transaction_interface_all

3595: ---------------------------------------------------------------
3596:
3597: ---------------------------------------------------------------
3598: -- for bug 781967, make sure that txn within the same project
3599: -- will not get posted into pa_transaction_interface_all
3600: -- bug 862689
3601: -- bug 1036822
3602: -- with DEFAULT
3603: -- PROJECT OPTION set, the WIP COMPLETION from a common job

Line 3856: -- get posted into pa_transaction_interface_all

3852:
3853: ---------------------------------------------------------------
3854: -- for bug 781967, make sure that txn within the same
3855: -- project won't
3856: -- get posted into pa_transaction_interface_all
3857: -- bug 930565, added nvl to take care sub-inventory transaction
3858: -- from common subinventory to project subinventory
3859: ---------------------------------------------------------------
3860:

Line 5903: /* This following insert statement into pa_transaction_interface will be changes to insert into pa_transaction_interface_all */

5899:
5900: l_stmt_num := 62;
5901:
5902:
5903: /* This following insert statement into pa_transaction_interface will be changes to insert into pa_transaction_interface_all */
5904:
5905: /* modify the insert statement to insert the wip_resource_id and primary UOM code bug 3298023 */
5906:
5907: /* get the primary UOM code directly from the transaction */

Line 5971: /* This following insert statement into pa_transaction_interface will be changes to insert into pa_transaction_interface_all */

5967: END IF;
5968: end If;
5969:
5970:
5971: /* This following insert statement into pa_transaction_interface will be changes to insert into pa_transaction_interface_all */
5972:
5973: INSERT INTO pa_transaction_interface_all
5974: ( transaction_source,
5975: batch_name,

Line 5973: INSERT INTO pa_transaction_interface_all

5969:
5970:
5971: /* This following insert statement into pa_transaction_interface will be changes to insert into pa_transaction_interface_all */
5972:
5973: INSERT INTO pa_transaction_interface_all
5974: ( transaction_source,
5975: batch_name,
5976: expenditure_ending_date,
5977: employee_number,

Line 7808: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */

7804: FND_FILE.PUT_LINE(FND_FILE.LOG,'DEBUG: Inserting transaction into PTI ');
7805: end if;
7806:
7807:
7808: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */
7809:
7810:
7811: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */
7812:

Line 7811: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */

7807:
7808: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */
7809:
7810:
7811: /* The following insert statement into pa_transaction_interface will be changed to insert into pa_transaction_interface_all */
7812:
7813: /* Modified the insert to insert the Inventory_item_id and basic UOM code bug 3298023 */
7814:
7815: /*Get the primary UOM code of the item from mtl_system_items */

Line 7846: INSERT INTO pa_transaction_interface_all

7842: +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
7843:
7844:
7845:
7846: INSERT INTO pa_transaction_interface_all
7847: ( transaction_source,
7848: batch_name,
7849: expenditure_ending_date,
7850: employee_number,