DBA Data[Home] [Help]

APPS.BOM_COPY_ROUTING dependencies on BOM_OPERATION_SKILLS

Line 1010: insert into bom_operation_skills

1006:
1007: -- End Bug fix 3473802
1008:
1009: --Start bug fix for bug 7597474
1010: insert into bom_operation_skills
1011: (LEVEL_ID,
1012: ORGANIZATION_ID,
1013: OPERATION_SEQUENCE_ID,
1014: STANDARD_OPERATION_ID,

Line 1040: from bom_operation_skills SKL, bom_operation_sequences SEQ1, bom_operation_sequences SEQ2

1036: user_id,
1037: user_id,
1038: sysdate
1039:
1040: from bom_operation_skills SKL, bom_operation_sequences SEQ1, bom_operation_sequences SEQ2
1041: where SEQ1.routing_sequence_id = from_sequence_id
1042: and SEQ2.routing_sequence_id = to_sequence_id
1043: and SKL.operation_sequence_id = SEQ1.operation_sequence_id
1044: and SEQ1.operation_seq_num = SEQ2.operation_seq_num

Line 2950: insert into bom_operation_skills

2946:
2947: -- End Bug fix 3473802
2948:
2949: --Start bug fix for bug 7597474
2950: insert into bom_operation_skills
2951: (LEVEL_ID,
2952: ORGANIZATION_ID,
2953: OPERATION_SEQUENCE_ID,
2954: STANDARD_OPERATION_ID,

Line 2980: from bom_operation_skills SKL, bom_operation_sequences SEQ1, bom_operation_sequences SEQ2

2976: user_id,
2977: user_id,
2978: sysdate
2979:
2980: from bom_operation_skills SKL, bom_operation_sequences SEQ1, bom_operation_sequences SEQ2
2981: where SEQ1.routing_sequence_id = from_sequence_id
2982: and SEQ2.routing_sequence_id = to_sequence_id
2983: and SKL.operation_sequence_id = SEQ1.operation_sequence_id
2984: and SEQ1.operation_seq_num = SEQ2.operation_seq_num