DBA Data[Home] [Help]

APPS.HXC_TIME_ENTRY_RULES_UTILS_PKG dependencies on FND_DESCR_FLEX_COL_USAGE_TL

Line 4668: ,fnd_descr_flex_col_usage_tl fcu

4664: IS
4665: select substr(fcu.form_left_prompt,1,30)
4666: from hxc_mapping_components mc
4667: ,hxc_bld_blk_info_types bbit
4668: ,fnd_descr_flex_col_usage_tl fcu
4669: where
4670: mc.bld_blk_info_type_id = bbit.bld_blk_info_type_id
4671: and fcu.application_column_name = mc.segment
4672: and fcu.descriptive_flex_context_code = bbit.bld_blk_info_type

Line 5442: ,fnd_descr_flex_col_usage_tl fcu

5438: CURSOR C_GET_PROMPT_NAME(p_attribute VARCHAR2) IS
5439: SELECT substr(fcu.form_left_prompt,1,30) prompt
5440: FROM hxc_mapping_components mc
5441: ,hxc_bld_blk_info_types bbit
5442: ,fnd_descr_flex_col_usage_tl fcu
5443: ,hxc_time_attributes hta
5444: WHERE mc.SEGMENT= UPPER(p_attribute) --mapping_component_id = p_comp_id
5445: AND mc.bld_blk_info_type_id = hta.bld_blk_info_type_id
5446: AND hta.time_attribute_id = p_block_id