DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on GL_SETS_OF_BOOKS

Line 890: from ap_system_parameters_all so, gl_sets_of_books sb, FND_ID_FLEX_STRUCTURES fs

886: FUNCTION get_flex_structure_code(p_org_id IN NUMBER) RETURN VARCHAR2 IS
887:
888: CURSOR structure_cur IS
889: select fs.id_flex_structure_code
890: from ap_system_parameters_all so, gl_sets_of_books sb, FND_ID_FLEX_STRUCTURES fs
891: where so.org_id = p_org_id
892: and sb.set_of_books_id = so.set_of_books_id
893: and application_id = 101
894: and id_flex_code = 'GL#'