DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_ITEM_INSTANCE_GRP

Line 7185: p_pkg_name => 'csi_item_instance_grp',

7181: IF l_bom_std_item_tbl.COUNT > 0 THEN
7182: debug('explode bom start time :'||to_char(sysdate, 'hh24:mi:ss'));
7183:
7184: csi_t_gen_utility_pvt.dump_api_info(
7185: p_pkg_name => 'csi_item_instance_grp',
7186: p_api_name => 'explode_bom');
7187:
7188: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
7189: p_api_version => 1.0,

Line 7188: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382

7184: csi_t_gen_utility_pvt.dump_api_info(
7185: p_pkg_name => 'csi_item_instance_grp',
7186: p_api_name => 'explode_bom');
7187:
7188: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
7189: p_api_version => 1.0,
7190: p_commit => fnd_api.g_false,
7191: p_init_msg_list => fnd_api.g_true,
7192: p_validation_level => fnd_api.g_valid_level_full,