DBA Data[Home] [Help]

APPS.XNB_ITEM_BATCH_PVT dependencies on ECX_OAG_CONTROLAREA_TP_V

Line 454: FROM ecx_oag_controlarea_tp_v

450: party_site_id
451: INTO l_party_type,
452: l_party_id,
453: l_party_site
454: FROM ecx_oag_controlarea_tp_v
455: WHERE transaction_type = g_xnb_transaction_type
456: AND transaction_subtype = g_item_update_txn_subtype;
457:
458: EXCEPTION