DBA Data[Home] [Help]

APPS.MSD_BOM_COLLECTIONS dependencies on MSD_BOM_COMPONENTS

Line 197: Delete from msd_bom_components

193: if (C_DEBUG) then
194: debug_line('Deleting Old Bom Data.');
195: end if;
196:
197: Delete from msd_bom_components
198: where instance = p_instance_id;
199:
200: if (C_DEBUG) then
201: debug_line('Selecting Valid Components from Msc');

Line 419: INSERT INTO msd_bom_components (

415: else
416: -- INSERT THE DATA
417: -- start with index 2, index 1 contains the initial characters
418: FORALL k in 2..C_INSTANCE.last
419: INSERT INTO msd_bom_components (
420: instance,
421: sr_organization_pk,
422: sr_assembly_pk,
423: sr_component_pk,