DBA Data[Home] [Help]

APPS.HXC_ALIAS_TRANSLATOR dependencies on HXC_ALIAS_TYPES

Line 1020: l_alias_type hxc_alias_types.alias_type%TYPE;

1016: l_tbb_id_reference_table hxc_alias_utility.t_tbb_id_reference;
1017: l_alias_val_att_to_match hxc_alias_utility.t_alias_val_att_to_match;
1018: l_tbb_date_reference_table hxc_alias_utility.t_tbb_date_reference_table;
1019:
1020: l_alias_type hxc_alias_types.alias_type%TYPE;
1021: l_reference_object hxc_alias_types.reference_object%TYPE;
1022: l_prompt hxc_alias_definitions_tl.prompt%TYPE;
1023:
1024: --p_attributes HXC_ATTRIBUTE_TABLE_TYPE;

Line 1021: l_reference_object hxc_alias_types.reference_object%TYPE;

1017: l_alias_val_att_to_match hxc_alias_utility.t_alias_val_att_to_match;
1018: l_tbb_date_reference_table hxc_alias_utility.t_tbb_date_reference_table;
1019:
1020: l_alias_type hxc_alias_types.alias_type%TYPE;
1021: l_reference_object hxc_alias_types.reference_object%TYPE;
1022: l_prompt hxc_alias_definitions_tl.prompt%TYPE;
1023:
1024: --p_attributes HXC_ATTRIBUTE_TABLE_TYPE;
1025: --p_blocks HXC_BLOCK_TABLE_TYPE;

Line 1038: l_old_alias_type hxc_alias_types.alias_type%TYPE;

1034:
1035: l_stop_time DATE;
1036: l_start_time DATE;
1037:
1038: l_old_alias_type hxc_alias_types.alias_type%TYPE;
1039:
1040: l_alias_value_name VARCHAR2(80);
1041:
1042: n number;