DBA Data[Home] [Help]

APPS.HXC_TIME_CATEGORY_UTILS_PKG dependencies on HXC_BLD_BLK_INFO_TYPES

Line 104: hxc_bld_blk_info_types bbit

100: , tcc.ref_time_category_id
101: , tcc.flex_value_set_id
102: , tcc.equal_to
103: FROM
104: hxc_bld_blk_info_types bbit
105: , hxc_mapping_components mpc
106: , hxc_time_category_comps tcc
107: WHERE tcc.time_category_id = p_time_category_id AND
108: tcc.type = 'MC'

Line 158: hxc_bld_blk_info_types bbit

154: , av.attribute28
155: , av.attribute29
156: , av.attribute30
157: FROM
158: hxc_bld_blk_info_types bbit
159: , hxc_mapping_components mpc
160: , hxc_alias_type_components atc
161: , hxc_alias_types hat
162: , hxc_alias_definitions ad

Line 1633: l_first_context hxc_bld_blk_info_types.bld_blk_info_type%TYPE;

1629: l_is_null VARCHAR2(20);
1630:
1631: l_comps_t l_comps_tab;
1632:
1633: l_first_context hxc_bld_blk_info_types.bld_blk_info_type%TYPE;
1634:
1635: BEGIN -- alternate_name_string
1636:
1637: g_debug := hr_utility.debug_enabled;

Line 2778: hxc_bld_blk_info_types bbit

2774: bbit.bld_blk_info_type context
2775: , bbit.bld_blk_info_type_id
2776: , mpc.segment
2777: FROM
2778: hxc_bld_blk_info_types bbit
2779: , hxc_mapping_components mpc
2780: WHERE
2781: mpc.mapping_component_id = p_mapping_component_id
2782: AND

Line 3248: , hxc_bld_blk_info_types bbit

3244: , tccs.sql_string
3245: , tcc.last_update_date
3246: FROM
3247: hxc_time_category_comp_sql tccs
3248: , hxc_bld_blk_info_types bbit
3249: , hxc_mapping_components mpc
3250: , hxc_time_category_comps tcc
3251: WHERE tcc.time_category_id = p_time_category_id AND
3252: tcc.type <> 'MC'