DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on WIP_COST_TXN_INTERFACE

Line 1912: FROM WIP_COST_TXN_INTERFACE

1908: c_resource_seq_num NUMBER,
1909: c_employee_id NUMBER )
1910: IS
1911: SELECT NVL( SUM( transaction_quantity ), 0 )
1912: FROM WIP_COST_TXN_INTERFACE
1913: WHERE wip_entity_id = c_wip_entity_id
1914: AND operation_seq_num = c_operation_seq_num
1915: AND resource_seq_num = c_resource_seq_num
1916: AND employee_id = c_employee_id