DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_UTILS dependencies on GL_SETS_OF_BOOKS

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

925: FUNCTION get_flex_structure_code(p_org_id IN NUMBER) RETURN VARCHAR2 IS
926:
927: CURSOR structure_cur IS
928: select fs.id_flex_structure_code
929: from ap_system_parameters_all so, gl_sets_of_books sb, FND_ID_FLEX_STRUCTURES fs
930: where so.org_id = p_org_id
931: and sb.set_of_books_id = so.set_of_books_id
932: and application_id = 101
933: and id_flex_code = 'GL#'