DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on BOM_INVENTORY_COMPS_INTERFACE

Line 158: PROCEDURE insert_component (x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE,

154: PROCEDURE NAME: insert_component
155:
156: =========================================================================== */
157:
158: PROCEDURE insert_component (x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE,
159: x_component_name IN VARCHAR2 DEFAULT NULL,
160: x_organization_code IN VARCHAR2 DEFAULT NULL,
161: x_assembly_item_name IN VARCHAR2 DEFAULT NULL,
162: x_supply_locator IN VARCHAR2 DEFAULT NULL,

Line 196: INSERT INTO BOM_INVENTORY_COMPS_INTERFACE(

192: /* This insert will be commented since we do not want to
193: insert into the interface table anymore. We will use
194: the bom bo api with 11.i.2
195:
196: INSERT INTO BOM_INVENTORY_COMPS_INTERFACE(
197: transaction_type,
198: operation_seq_num,
199: component_item_id,
200: item_num,

Line 2045: x_rec_comp bom_inventory_comps_interface%ROWTYPE;

2041: x_comm_bill_seq_id NUMBER := NULL;
2042: x_active_link NUMBER := NULL;
2043: x_dummy NUMBER := NULL;
2044: x_rec bom_bill_of_mtls_interface%ROWTYPE;
2045: x_rec_comp bom_inventory_comps_interface%ROWTYPE;
2046: l_err_text VARCHAR2(200);
2047: --bug 2987645
2048: l_effectivity_date DATE;
2049: --end bug 2987645