DBA Data[Home] [Help]

APPS.IGS_FI_PRC_ACCT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 744: FROM fnd_segment_attribute_values

740: cp_v_attr_type VARCHAR2,
741: cp_v_attr_value VARCHAR2)
742: IS
743: SELECT application_column_name segment_name
744: FROM fnd_segment_attribute_values
745: WHERE id_flex_num = cp_n_coa_id
746: AND application_id = cp_n_appl_id
747: AND segment_attribute_type = cp_v_attr_type
748: AND attribute_value = cp_v_attr_value;