DBA Data[Home] [Help]

APPS.BOM_BULKLOAD_PVT_PKG dependencies on BOM_CMP_USR_ATTR_INTERFACE

Line 2450: -- bom_cmp_usr_attr_interface ?Bom JCP required batch_id so inserting that

2446: END IF;
2447:
2448: END IF; --end: IF (l_usr_attr_data_tbl(i).ATTR_DATATYPE_CODE = 'C') THEN
2449: --dikrishn Dont we need the structure type id to be inserted into
2450: -- bom_cmp_usr_attr_interface ?Bom JCP required batch_id so inserting that
2451: -- also
2452: SELECT structure_type_id
2453: INTO l_str_type_id
2454: FROM ego_import_option_sets

Line 2474: INSERT INTO BOM_CMP_USR_ATTR_INTERFACE

2470: ----------------------------------------------------------------------
2471: --R12
2472: --DPHILIP: we will need to populate the process_status to 1 or 0 here.. we cant let the user attrs pl/sql handle this
2473:
2474: INSERT INTO BOM_CMP_USR_ATTR_INTERFACE
2475: (
2476: DATA_SET_ID ,
2477: TRANSACTION_ID ,
2478: BILL_SEQUENCE_ID ,