DBA Data[Home] [Help]

APPS.JA_CN_FA_AC_EXPORT_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 575: FROM fnd_segment_attribute_values

571:
572: --get the nature accouting segment name
573: SELECT application_column_name
574: INTO lv_nature_segment
575: FROM fnd_segment_attribute_values
576: WHERE application_id = 101
577: AND id_flex_num = pn_coa_id
578: AND id_flex_code = 'GL#'
579: AND attribute_value = 'Y'