DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_OPERATIONS_PKG

Line 1811: wip_operations_pkg.add(p_organization_id,

1807:
1808: END IF;
1809:
1810: IF cur_oper.standard_operation_id is not null THEN
1811: wip_operations_pkg.add(p_organization_id,
1812: p_wip_entity_id,
1813: cur_oper.operation_seq_num,
1814: cur_oper.standard_operation_id,
1815: cur_oper.department_id);