DBA Data[Home] [Help]

APPS.BOM_COMPONENT_API dependencies on BOM_REF_DESGS_INTERFACE

Line 1134: INSERT INTO bom_ref_desgs_interface (

1130: /*
1131: ** INSERTS ONLY - Load rows from component interface into ref desgs interface
1132: */
1133: stmt_num := 1;
1134: INSERT INTO bom_ref_desgs_interface (
1135: COMPONENT_REFERENCE_DESIGNATOR,
1136: LAST_UPDATE_DATE,
1137: LAST_UPDATED_BY,
1138: CREATION_DATE,

Line 3270: FROM bom_ref_desgs_interface

3266:
3267: stmt_num := 4;
3268: SELECT count(*)
3269: INTO int_ref_qty
3270: FROM bom_ref_desgs_interface
3271: WHERE component_sequence_id = c3rec.CSI
3272: AND transaction_type = G_Insert
3273: AND process_flag = 4;
3274: