DBA Data[Home] [Help]

APPS.CSI_ORDER_SHIP_PUB dependencies on CSI_ITEM_INSTANCE_GRP

Line 6884: p_pkg_name => 'csi_item_instance_grp',

6880: IF l_bom_std_item_tbl.COUNT > 0 THEN
6881: debug('explode bom start time :'||to_char(sysdate, 'hh24:mi:ss'));
6882:
6883: csi_t_gen_utility_pvt.dump_api_info(
6884: p_pkg_name => 'csi_item_instance_grp',
6885: p_api_name => 'explode_bom');
6886:
6887: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
6888: p_api_version => 1.0,

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

6883: csi_t_gen_utility_pvt.dump_api_info(
6884: p_pkg_name => 'csi_item_instance_grp',
6885: p_api_name => 'explode_bom');
6886:
6887: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
6888: p_api_version => 1.0,
6889: p_commit => fnd_api.g_false,
6890: p_init_msg_list => fnd_api.g_true,
6891: p_validation_level => fnd_api.g_valid_level_full,