DBA Data[Home] [Help]

APPS.BOM_OPERATION_PVT dependencies on BOM_STANDARD_OPERATIONS

Line 61: from bom_standard_operations bso,

57:
58: cursor l_StdOp_csr(P_Code varchar2, P_OpType number,
59: P_RtgSeqId number) is
60: select bso.standard_operation_id
61: from bom_standard_operations bso,
62: bom_operational_routings bor
63: where bso.organization_id = bor.organization_id
64: and nvl(bso.line_id, -1) = nvl(bor.line_id, -1)
65: and nvl(bso.operation_type, g_event) =

Line 328: bom_standard_operations bso

324: Select bos.standard_operation_id,
325: bso.operation_code,
326: nvl(bos.reference_flag, 2) reference_flag
327: From bom_operation_sequences bos,
328: bom_standard_operations bso
329: Where operation_sequence_id = P_OpSeqId
330: And bos.standard_operation_id =
331: bso.standard_operation_id;
332: cursor l_OpResources_csr(P_OpSeqId number) is

Line 372: from bom_standard_operations bso,

368: bso.ATTRIBUTE13,
369: bso.ATTRIBUTE14,
370: bso.ATTRIBUTE15,
371: bso.OPERATION_YIELD_ENABLED
372: from bom_standard_operations bso,
373: bom_operational_routings bor
374: where bso.standard_operation_id = P_StdOpId
375: and bor.routing_sequence_id = P_RtgSeqId
376: and bso.organization_id = bor.organization_id

Line 668: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',

664: From bom_std_op_resources
665: Where standard_operation_id = l_operation_rec.standard_operation_id;
666: -- copy attachment
667: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(
668: X_from_entity_name => 'BOM_STANDARD_OPERATIONS',
669: X_from_pk1_value => to_char(
670: l_operation_rec.standard_operation_id),
671: X_from_pk2_value => null,
672: X_from_pk3_value => null,