DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_PKG dependencies on BOM_STANDARD_OPERATIONS

Line 175: bom_standard_operations bso

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

Line 294: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

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

Line 657: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

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

Line 670: X_FROM_ENTITY_NAME => 'BOM_STANDARD_OPERATIONS',

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