DBA Data[Home] [Help]

APPS.CSI_INTERFACE_PKG dependencies on CSI_ITEM_INSTANCE_PVT

Line 4773: p_pkg_name => 'csi_item_instance_pvt',

4769: record_time('Start');
4770:
4771: -- call the API for BOM Explosion
4772: csi_t_gen_utility_pvt.dump_api_info(
4773: p_pkg_name => 'csi_item_instance_pvt',
4774: p_api_name => 'explode_bom');
4775:
4776: csi_item_instance_pvt.explode_bom(
4777: p_api_version => 1.0,

Line 4776: csi_item_instance_pvt.explode_bom(

4772: csi_t_gen_utility_pvt.dump_api_info(
4773: p_pkg_name => 'csi_item_instance_pvt',
4774: p_api_name => 'explode_bom');
4775:
4776: csi_item_instance_pvt.explode_bom(
4777: p_api_version => 1.0,
4778: p_commit => fnd_api.g_false,
4779: p_init_msg_list => fnd_api.g_true,
4780: p_validation_level => fnd_api.g_valid_level_full,

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

4790:
4791: record_time('End');
4792:
4793: IF l_return_status <> fnd_api.g_ret_sts_success THEN
4794: debug('Failed csi_item_instance_pvt.explode_bom');
4795: RAISE fnd_api.g_exc_error;
4796: END IF;
4797:
4798: debug(' Trackable components :'||l_comp_instance_tbl.count);