DBA Data[Home] [Help]

APPS.HXC_ALIAS_TRANSLATOR dependencies on HXC_ALIAS_TYPES

Line 1004: l_alias_type hxc_alias_types.alias_type%TYPE;

1000: l_tbb_id_reference_table hxc_alias_utility.t_tbb_id_reference;
1001: l_alias_val_att_to_match hxc_alias_utility.t_alias_val_att_to_match;
1002: l_tbb_date_reference_table hxc_alias_utility.t_tbb_date_reference_table;
1003:
1004: l_alias_type hxc_alias_types.alias_type%TYPE;
1005: l_reference_object hxc_alias_types.reference_object%TYPE;
1006: l_prompt hxc_alias_definitions_tl.prompt%TYPE;
1007:
1008: --p_attributes HXC_ATTRIBUTE_TABLE_TYPE;

Line 1005: l_reference_object hxc_alias_types.reference_object%TYPE;

1001: l_alias_val_att_to_match hxc_alias_utility.t_alias_val_att_to_match;
1002: l_tbb_date_reference_table hxc_alias_utility.t_tbb_date_reference_table;
1003:
1004: l_alias_type hxc_alias_types.alias_type%TYPE;
1005: l_reference_object hxc_alias_types.reference_object%TYPE;
1006: l_prompt hxc_alias_definitions_tl.prompt%TYPE;
1007:
1008: --p_attributes HXC_ATTRIBUTE_TABLE_TYPE;
1009: --p_blocks HXC_BLOCK_TABLE_TYPE;

Line 1022: l_old_alias_type hxc_alias_types.alias_type%TYPE;

1018:
1019: l_stop_time DATE;
1020: l_start_time DATE;
1021:
1022: l_old_alias_type hxc_alias_types.alias_type%TYPE;
1023:
1024: l_alias_value_name VARCHAR2(80);
1025:
1026: n number;