DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_ITEM_INSTANCE_PVT

Line 4666: p_pkg_name => 'csi_item_instance_pvt',

4662: record_time('Start');
4663:
4664: -- call the API for BOM Explosion
4665: csi_t_gen_utility_pvt.dump_api_info(
4666: p_pkg_name => 'csi_item_instance_pvt',
4667: p_api_name => 'explode_bom');
4668:
4669: csi_item_instance_pvt.explode_bom(
4670: p_api_version => 1.0,

Line 4669: csi_item_instance_pvt.explode_bom(

4665: csi_t_gen_utility_pvt.dump_api_info(
4666: p_pkg_name => 'csi_item_instance_pvt',
4667: p_api_name => 'explode_bom');
4668:
4669: csi_item_instance_pvt.explode_bom(
4670: p_api_version => 1.0,
4671: p_commit => fnd_api.g_false,
4672: p_init_msg_list => fnd_api.g_true,
4673: p_validation_level => fnd_api.g_valid_level_full,

Line 4687: debug('Failed csi_item_instance_pvt.explode_bom');

4683:
4684: record_time('End');
4685:
4686: IF l_return_status <> fnd_api.g_ret_sts_success THEN
4687: debug('Failed csi_item_instance_pvt.explode_bom');
4688: RAISE fnd_api.g_exc_error;
4689: END IF;
4690:
4691: debug(' Trackable components :'||l_comp_instance_tbl.count);