DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on WIP_OPERATION_OVERHEADS

Line 1725: FROM wip_operation_overheads WOO

1721: l_stmt_num := 40;
1722:
1723: SELECT nvl(sum(WOO.applied_ovhd_value),0)
1724: INTO x_ovhd_cost
1725: FROM wip_operation_overheads WOO
1726: WHERE
1727: WOO.wip_entity_id = rec_wip_entity.wip_entity_id
1728: and WOO.operation_seq_num = rec_opseq.operation_seq_num
1729: and WOO.organization_id = rec_wip_entity.organization_id;