DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on HXC_MAPPING_COMPONENTS

Line 1529: p_is_what IN hxc_mapping_components.field_name%TYPE,

1525: END assignment_info;
1526:
1527: FUNCTION attribute_is (
1528: p_attr_rec IN hxc_generic_retrieval_pkg.r_time_attributes,
1529: p_is_what IN hxc_mapping_components.field_name%TYPE,
1530: p_case_sensitive IN BOOLEAN DEFAULT FALSE
1531: )
1532: RETURN BOOLEAN
1533: IS

Line 2035: p_field_name hxc_mapping_components.field_name%TYPE

2031:
2032:
2033: CURSOR csr_ddf_input_value_name (
2034: p_context fnd_descr_flex_column_usages.descriptive_flex_context_code%TYPE,
2035: p_field_name hxc_mapping_components.field_name%TYPE
2036: )
2037: IS
2038: SELECT fdfcu.end_user_column_name
2039: FROM fnd_descr_flex_column_usages fdfcu,

Line 2040: hxc_mapping_components mpc

2036: )
2037: IS
2038: SELECT fdfcu.end_user_column_name
2039: FROM fnd_descr_flex_column_usages fdfcu,
2040: hxc_mapping_components mpc
2041: WHERE fdfcu.application_id = g_hxc_app_id
2042: AND fdfcu.descriptive_flexfield_name = g_otl_info_types_ddf
2043: AND fdfcu.descriptive_flex_context_code = p_context
2044: AND fdfcu.application_column_name = mpc.SEGMENT