DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on OE_ORDER_LINES

Line 64: pLineId in oe_order_lines.line_id%TYPE := NULL,

60: return integer;
61:
62:
63: function inherit_op_seq_ml (
64: pLineId in oe_order_lines.line_id%TYPE := NULL,
65: pOrgId in oe_order_lines.ship_from_org_id%TYPE := NULL,
66: PModelId in bom_bill_of_materials.assembly_item_id%TYPE := NULL,
67: pConfigBillId in bom_inventory_components.bill_sequence_id%TYPE := NULL,
68: xErrorMessage out NOCOPY VARCHAR2,

Line 65: pOrgId in oe_order_lines.ship_from_org_id%TYPE := NULL,

61:
62:
63: function inherit_op_seq_ml (
64: pLineId in oe_order_lines.line_id%TYPE := NULL,
65: pOrgId in oe_order_lines.ship_from_org_id%TYPE := NULL,
66: PModelId in bom_bill_of_materials.assembly_item_id%TYPE := NULL,
67: pConfigBillId in bom_inventory_components.bill_sequence_id%TYPE := NULL,
68: xErrorMessage out NOCOPY VARCHAR2,
69: xMessageName out NOCOPY VARCHAR2)