DBA Data[Home] [Help]

APPS.BOM_STRUCT_SYNC_PUB dependencies on BOM_OE_EXPLODER_PKG

Line 103: bom_oe_exploder_pkg.be_exploder (

99:
100:
101:
102: /* Call explosions with ALL options and Sysdate as effectivity constraint */
103: bom_oe_exploder_pkg.be_exploder (
104: arg_org_id => p_org_id
105: , arg_starting_rev_date => sysdate
106: , arg_expl_type => 'ALL'
107: , arg_levels_to_explode => 60

Line 171: bom_oe_exploder_pkg.be_exploder (

167:
168:
169:
170: /* Call explosions with ALL options and Sysdate as effectivity constraint */
171: bom_oe_exploder_pkg.be_exploder (
172: arg_org_id => p_org_id
173: , arg_starting_rev_date => sysdate
174: , arg_expl_type => 'ALL'
175: , arg_levels_to_explode => 60