DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on BOM_STANDARD_OPERATIONS

Line 173: bom_standard_operations bso

169: bso.attribute15,
170: bso.check_skill
171: from wip_operations wo1,
172: wip_discrete_jobs wdj,
173: bom_standard_operations bso
174: where bso.standard_operation_id(+) = p_operation_id
175: /* %cfm Ignore cfm ops. */
176: and nvl(bso.operation_type, 1) = 1
177: and bso.line_id is null

Line 292: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

288: and wo.wip_entity_id = p_wip_entity_id
289: and wo.operation_seq_num = p_operation_seq_num;
290:
291: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
292: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',
293: X_FROM_PK1_VALUE => to_char(p_operation_id),
294: X_TO_ENTITY_NAME => 'WIP_DISCRETE_OPERATIONS',
295: X_TO_PK1_VALUE => to_char(p_wip_entity_id),
296: X_TO_PK2_VALUE => to_char(p_operation_seq_num),

Line 655: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

651:
652:
653: IF (X_Repetitive_Schedule_Id IS NULL) THEN
654: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
655: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',
656: X_FROM_PK1_VALUE => to_char(X_Standard_Operation_Id),
657: X_TO_ENTITY_NAME => 'WIP_DISCRETE_OPERATIONS',
658: X_TO_PK1_VALUE => to_char(X_Wip_Entity_Id),
659: X_TO_PK2_VALUE => to_char(X_Operation_Seq_Num),

Line 668: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

664: X_PROGRAM_ID => x_program_id,
665: X_REQUEST_ID => x_request_id);
666: ELSE
667: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
668: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',
669: X_FROM_PK1_VALUE => to_char(X_Standard_Operation_Id),
670: X_TO_ENTITY_NAME => 'WIP_REPETITIVE_OPERATIONS',
671: X_TO_PK1_VALUE => to_char(X_Wip_Entity_Id),
672: X_TO_PK2_VALUE => to_char(X_Operation_Seq_Num),