DBA Data[Home] [Help]

APPS.PSA_MFAR_UTILS dependencies on FND_SEGMENT_ATTRIBUTE_VALUES

Line 795: FROM fnd_segment_attribute_values a

791: AND b.set_of_books_id = p_set_of_books_id
792: AND b.chart_of_accounts_id = p_chart_of_accounts_id
793: AND (s.application_id, s.id_flex_code, s.id_flex_num, s.application_column_name) =
794: (SELECT application_id, id_flex_code, id_flex_num, application_column_name
795: FROM fnd_segment_attribute_values a
796: WHERE id_flex_code = 'GL#'
797: AND segment_attribute_type = 'GL_ACCOUNT'
798: AND attribute_value = 'Y'
799: AND id_flex_num = b.chart_of_accounts_id