DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_OPERATION_NETWORKS

Line 2822: INSERT INTO WIP_OPERATION_NETWORKS(

2818: p_wip_entity_id,
2819: p_organization_id) LOOP
2820:
2821: /* insert into table */
2822: INSERT INTO WIP_OPERATION_NETWORKS(
2823: prior_operation,
2824: next_operation,
2825: wip_entity_id,
2826: organization_id,

Line 2918: DELETE FROM WIP_OPERATION_NETWORKS

2914: FOR cur_row IN op_link_info(p_group_id,
2915: p_wip_entity_id,
2916: p_organization_id) LOOP
2917:
2918: DELETE FROM WIP_OPERATION_NETWORKS
2919: WHERE wip_entity_id = p_wip_entity_id
2920: AND organization_id = p_organization_id
2921: AND prior_operation = cur_row.operation_seq_num
2922: AND next_operation = cur_row.next_network_op_seq_num;