DBA Data[Home] [Help]

APPS.WIP_ATO_UTILS dependencies on MTL_TRANSACTIONS_INTERFACE

Line 92: FROM mtl_transactions_interface

88:
89: DECLARE
90: BEGIN
91: SELECT transaction_source_id INTO x_wip_entity_id
92: FROM mtl_transactions_interface
93: WHERE organization_id = p_org_id
94: /* Bug fix 4889919 */
95: and transaction_source_type_id = 5
96: /* End of bug fix 4889919 */