DBA Data[Home] [Help]

APPS.AP_WEB_DB_GL_INT_PKG dependencies on GL_GLOBAL

Line 22: GL_GLOBAL.set_aff_validation('OU', p_org_id);

18: BEGIN
19: -- Call GL API and pass in Org ID
20: -- The following call is not available in 11.5 code line, only 12.0 (R12)
21: -- This API needs to be called in R12 and above.
22: GL_GLOBAL.set_aff_validation('OU', p_org_id);
23: NULL;
24: END set_aff_validation_org_context;
25:
26: END AP_WEB_DB_GL_INT_PKG;