DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on WIP_TRANSACTIONS

Line 9396: from wip_transactions

9392: Exception
9393: When No_data_found Then
9394: Select resource_id
9395: into G_WIP_RESOURCE_ID
9396: from wip_transactions
9397: where transaction_id = l_OrigTxnRefTab(j);
9398: End;
9399:
9400: l_wip_resource_idTab(j) := G_WIP_RESOURCE_ID;