DBA Data[Home] [Help]

APPS.HXT_HXC_RETRIEVAL_PROCESS dependencies on HXC_BLD_BLK_INFO_TYPES

Line 3523: hxc_bld_blk_info_types bbit,

3519: FROM hxc_mapping_components mc,
3520: hxc_mapping_comp_usages mcu,
3521: hxc_mappings m,
3522: hxc_deposit_processes dp,
3523: hxc_bld_blk_info_types bbit,
3524: hxc_bld_blk_info_type_usages bbui
3525: WHERE dp.mapping_id = m.mapping_id
3526: AND dp.deposit_process_id = p_deposit_process_id --AI3
3527: AND m.mapping_id = mcu.mapping_id

Line 3540: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%TYPE;

3536: l_attribute_index BINARY_INTEGER := 0;
3537: l_proc VARCHAR2 (70) := 'BUILD_ATTRIBUTES';
3538: l_exception EXCEPTION;
3539: l_deposit_process_id NUMBER;
3540: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%TYPE;
3541: l_segment hxc_mapping_components.SEGMENT%TYPE;
3542: l_bld_blk_info_type_id hxc_bld_blk_info_types.bld_blk_info_type_id%TYPE;
3543: BEGIN
3544: SELECT dp.deposit_process_id

Line 3542: l_bld_blk_info_type_id hxc_bld_blk_info_types.bld_blk_info_type_id%TYPE;

3538: l_exception EXCEPTION;
3539: l_deposit_process_id NUMBER;
3540: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%TYPE;
3541: l_segment hxc_mapping_components.SEGMENT%TYPE;
3542: l_bld_blk_info_type_id hxc_bld_blk_info_types.bld_blk_info_type_id%TYPE;
3543: BEGIN
3544: SELECT dp.deposit_process_id
3545: INTO l_deposit_process_id
3546: FROM hxc_deposit_processes dp