DBA Data[Home] [Help]

APPS.FA_SORP_UPG_PKG dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 53: FROM fnd_segment_attribute_values fndsav

49: IS
50: CURSOR c_acct_seg_cur
51: IS
52: SELECT application_column_name
53: FROM fnd_segment_attribute_values fndsav
54: WHERE fndsav.id_flex_code = 'GL#'
55: AND fndsav.segment_attribute_type = 'GL_ACCOUNT'
56: AND fndsav.attribute_value = 'Y'
57: AND application_id = 101