DBA Data[Home] [Help]

APPS.WIP_MOVPROC_PRIV dependencies on WIP_TRANSACTIONS_S

Line 4176: SET transaction_id = wip_transactions_s.nextval

4172: /*------------------------------------------------------------+
4173: | Generate transaction_id for WIP_TXN_ALLOCATIONS |
4174: +------------------------------------------------------------*/
4175: UPDATE wip_cost_txn_interface
4176: SET transaction_id = wip_transactions_s.nextval
4177: WHERE group_id = p_gib.group_id
4178: AND TRUNC(transaction_date) = TRUNC(p_gib.txn_date)
4179: AND transaction_type = WIP_CONSTANTS.RES_TXN;
4180:

Line 5465: SET transaction_id = wip_transactions_s.nextval

5461: /*------------------------------------------------------------+
5462: | Generate transaction_id for WIP_TXN_ALLOCATIONS |
5463: +------------------------------------------------------------*/
5464: UPDATE wip_cost_txn_interface
5465: SET transaction_id = wip_transactions_s.nextval
5466: WHERE group_id = p_gib.group_id
5467: AND TRUNC(transaction_date) = TRUNC(p_gib.txn_date)
5468: AND transaction_type = WIP_CONSTANTS.OVHD_TXN;
5469: