DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on WIP_TRANSACTIONS

Line 8645: from wip_transactions

8641: Exception
8642: When No_data_found Then
8643: Select resource_id
8644: into G_WIP_RESOURCE_ID
8645: from wip_transactions
8646: where transaction_id = l_OrigTxnRefTab(j);
8647: End;
8648:
8649: l_wip_resource_idTab(j) := G_WIP_RESOURCE_ID;