DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_OPERATIONS_UTILITIES

Line 1897: WIP_OPERATIONS_UTILITIES.Update_Operationless_Reqs

1893:
1894: /* Fix for bug 4273638: Since the operation being added is the
1895: first operation,move the components currently under op-seq 1
1896: to the operation being added */
1897: WIP_OPERATIONS_UTILITIES.Update_Operationless_Reqs
1898: (p_wip_entity_id,
1899: p_organization_id,
1900: cur_oper.operation_seq_num,
1901: NULL, /* repetitive schedule id */

Line 2335: WIP_OPERATIONS_UTILITIES.Update_Reqs

2331: and organization_id = p_organization_id
2332: and operation_seq_num = cur_oper.operation_seq_num;
2333:
2334: /* Bug 5026773 - Update Material Rquirements to reflect the changed operation. */
2335: WIP_OPERATIONS_UTILITIES.Update_Reqs
2336: (p_wip_entity_id,
2337: p_organization_id,
2338: cur_oper.operation_seq_num,
2339: NULL, /* repetitive schedule id */