DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HXC_MAPPING_COMPONENTS

Line 56: from fnd_descr_flex_column_usages c, hxc_mapping_components mpc

52: cursor c_input_value_name
53: (p_ele_type_id in number
54: ,p_ipv_segment in VARCHAR2) is
55: select end_user_column_name
56: from fnd_descr_flex_column_usages c, hxc_mapping_components mpc
57: where c.application_id = 809
58: and c.descriptive_flexfield_name = 'OTC Information Types'
59: and c.descriptive_flex_context_code = 'ELEMENT - '||to_char(p_ele_type_id)
60: and c.application_column_name = mpc.segment