DBA Data[Home] [Help]

APPS.HXC_APP_ATTRIBUTE_UTILS dependencies on HXC_BLD_BLK_INFO_TYPES

Line 21: from hxc_bld_blk_info_types;

17: (p_comp_index in pls_integer,
18: p_bbit_index in pls_integer) return pls_integer is
19: cursor c_multiplier is
20: select round(ceil(max(bld_blk_info_type_id)/1000),0)*1000
21: from hxc_bld_blk_info_types;
22:
23: l_index pls_integer;
24: begin
25: if(g_bbit_multiplier is null) then

Line 55: ,hxc_bld_blk_info_types bbit

51: ,hxc_mappings m1
52: ,hxc_mappings m2
53: ,hxc_retrieval_processes rp
54: ,hxc_deposit_processes dp
55: ,hxc_bld_blk_info_types bbit
56: ,hxc_bld_blk_info_type_usages bbui
57: where rp.mapping_id (+) = m1.mapping_id
58: and dp.mapping_id (+) = m2.mapping_id
59: and m1.mapping_id = mcu.mapping_id

Line 298: ,hxc_bld_blk_info_types bbit

294:
295: cursor c_prompt_name(p_comp_id in number) is
296: select substr(fcu.form_left_prompt,1,30) prompt
297: from hxc_mapping_components mc
298: ,hxc_bld_blk_info_types bbit
299: ,fnd_descr_flex_col_usage_tl fcu
300: where mc.mapping_component_id = p_comp_id
301: and mc.bld_blk_info_type_id = bbit.bld_blk_info_type_id
302: and fcu.application_column_name = mc.segment

Line 1846: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%type;

1842:
1843: l_new_time_attribute_id number;
1844: l_new_attribute hxc_attribute_type;
1845: l_index number;
1846: l_attribute_category hxc_bld_blk_info_types.bld_blk_info_type%type;
1847:
1848: Begin
1849:
1850: if(instr(p_app_attributes(p_app_index).bld_blk_info_type,'Dummy')<1) then