DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on CSI_ITEM_INSTANCE_GRP

Line 369: p_pkg_name => 'csi_item_instance_grp',

365: IF l_bom_std_item_tbl.COUNT > 0 THEN
366: debug('explode bom start time :'||to_char(sysdate, 'hh24:mi:ss'));
367:
368: csi_t_gen_utility_pvt.dump_api_info(
369: p_pkg_name => 'csi_item_instance_grp',
370: p_api_name => 'explode_bom');
371:
372: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
373: p_api_version => 1.0,

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

368: csi_t_gen_utility_pvt.dump_api_info(
369: p_pkg_name => 'csi_item_instance_grp',
370: p_api_name => 'explode_bom');
371:
372: csi_item_instance_grp.explode_bom( -- changes done to call the Group API for performance issues, bug3722382
373: p_api_version => 1.0,
374: p_commit => fnd_api.g_false,
375: p_init_msg_list => fnd_api.g_true,
376: p_validation_level => fnd_api.g_valid_level_full,

Line 5121: csi_item_instance_grp.get_all_parents(

5117: api_log('get_config_wrt_child');
5118:
5119: IF p_parent_is_oc THEN
5120:
5121: csi_item_instance_grp.get_all_parents(
5122: p_api_version => 1.0,
5123: p_commit => fnd_api.g_false,
5124: p_init_msg_list => fnd_api.g_true,
5125: p_validation_level => fnd_api.g_valid_level_full,