DBA Data[Home] [Help]

APPS.CSTPWCPX dependencies on WIP_TRANSACTIONS

Line 36: | Copy rows from wip_cost_txn_interface to wip_transactions. |

32: FROM MTL_PARAMETERS
33: WHERE ORGANIZATION_ID = i_org_id;
34:
35: /*--------------------------------------------------------------+
36: | Copy rows from wip_cost_txn_interface to wip_transactions. |
37: | Copy NULL transaction quantity for IPV transfer transactions. |
38: | Copy the values charge_dept_id and instance_id for EAM support|
39: +---------------------------------------------------------------*/
40: where_num := 100;

Line 41: INSERT INTO WIP_TRANSACTIONS

37: | Copy NULL transaction quantity for IPV transfer transactions. |
38: | Copy the values charge_dept_id and instance_id for EAM support|
39: +---------------------------------------------------------------*/
40: where_num := 100;
41: INSERT INTO WIP_TRANSACTIONS
42: (TRANSACTION_ID, LAST_UPDATE_DATE,
43: LAST_UPDATED_BY, CREATION_DATE,
44: CREATED_BY, LAST_UPDATE_LOGIN,
45: ORGANIZATION_ID, WIP_ENTITY_ID,