DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_TL

Line 4583: ,fnd_descr_flex_col_usage_tl fcu

4579: IS
4580: select substr(fcu.form_left_prompt,1,30)
4581: from hxc_mapping_components mc
4582: ,hxc_bld_blk_info_types bbit
4583: ,fnd_descr_flex_col_usage_tl fcu
4584: where
4585: mc.bld_blk_info_type_id = bbit.bld_blk_info_type_id
4586: and fcu.application_column_name = mc.segment
4587: and fcu.descriptive_flex_context_code = bbit.bld_blk_info_type

Line 5345: ,fnd_descr_flex_col_usage_tl fcu

5341: CURSOR C_GET_PROMPT_NAME(p_attribute VARCHAR2) IS
5342: SELECT substr(fcu.form_left_prompt,1,30) prompt
5343: FROM hxc_mapping_components mc
5344: ,hxc_bld_blk_info_types bbit
5345: ,fnd_descr_flex_col_usage_tl fcu
5346: ,hxc_time_attributes hta
5347: WHERE mc.SEGMENT= UPPER(p_attribute) --mapping_component_id = p_comp_id
5348: AND mc.bld_blk_info_type_id = hta.bld_blk_info_type_id
5349: AND hta.time_attribute_id = p_block_id