DBA Data[Home] [Help]

APPS.AHL_PRD_RESOURCE_TRANX_PVT dependencies on WIP_COST_TXN_INTERFACE

Line 1870: FROM WIP_COST_TXN_INTERFACE

1866: c_resource_seq_num NUMBER,
1867: c_employee_id NUMBER )
1868: IS
1869: SELECT NVL( SUM( transaction_quantity ), 0 )
1870: FROM WIP_COST_TXN_INTERFACE
1871: WHERE wip_entity_id = c_wip_entity_id
1872: AND operation_seq_num = c_operation_seq_num
1873: AND resource_seq_num = c_resource_seq_num
1874: AND employee_id = c_employee_id