DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_OPERATIONS_UTILITIES

Line 1779: WIP_OPERATIONS_UTILITIES.Update_Operationless_Reqs

1775:
1776: /* Fix for bug 4273638: Since the operation being added is the
1777: first operation,move the components currently under op-seq 1
1778: to the operation being added */
1779: WIP_OPERATIONS_UTILITIES.Update_Operationless_Reqs
1780: (p_wip_entity_id,
1781: p_organization_id,
1782: cur_oper.operation_seq_num,
1783: NULL, /* repetitive schedule id */

Line 2212: WIP_OPERATIONS_UTILITIES.Update_Reqs

2208: and organization_id = p_organization_id
2209: and operation_seq_num = cur_oper.operation_seq_num;
2210:
2211: /* Bug 5026773 - Update Material Rquirements to reflect the changed operation. */
2212: WIP_OPERATIONS_UTILITIES.Update_Reqs
2213: (p_wip_entity_id,
2214: p_organization_id,
2215: cur_oper.operation_seq_num,
2216: NULL, /* repetitive schedule id */