DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_ITEM_INSTANCE_GRP

Line 392: p_pkg_name => 'csi_item_instance_grp',

388: IF l_bom_std_item_tbl.COUNT > 0 THEN
389: debug('explode bom start time :'||to_char(sysdate, 'hh24:mi:ss'));
390:
391: csi_t_gen_utility_pvt.dump_api_info(
392: p_pkg_name => 'csi_item_instance_grp',
393: p_api_name => 'explode_bom');
394:
395: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
396: p_api_version => 1.0,

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

391: csi_t_gen_utility_pvt.dump_api_info(
392: p_pkg_name => 'csi_item_instance_grp',
393: p_api_name => 'explode_bom');
394:
395: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
396: p_api_version => 1.0,
397: p_commit => fnd_api.g_false,
398: p_init_msg_list => fnd_api.g_true,
399: p_validation_level => fnd_api.g_valid_level_full,

Line 5512: csi_item_instance_grp.get_all_parents(

5508: api_log('get_config_wrt_child');
5509:
5510: IF p_parent_is_oc THEN
5511:
5512: csi_item_instance_grp.get_all_parents(
5513: p_api_version => 1.0,
5514: p_commit => fnd_api.g_false,
5515: p_init_msg_list => fnd_api.g_true,
5516: p_validation_level => fnd_api.g_valid_level_full,