DBA Data[Home] [Help]

APPS.ENI_DBI_PCO_LOAD_PKG dependencies on BOMPEXPL

Line 649: bompexpl.explode(

645: l_grp_id := l_grp_id + 1;
646: -- run the bom exploder for this item
647: IF (NOT((r_bom_enabled_items.pto_flag = 'Y') and (r_bom_enabled_items.bom_type = 2))) THEN
648: -- Modified the call to bom exploder to call the procedure explode as per the BOM bug fix # 3575617
649: bompexpl.explode(
650: org_id => l_org_id,
651: bom_or_eng => 2,
652: std_comp_flag => 2,
653: grp_id => l_grp_id,