DBA Data[Home] [Help]

APPS.GL_GLXJETAX_XMLP_PKG dependencies on GL_ACCESS_SETS

Line 30: from gl_access_sets

26:
27: begin
28: select name
29: into H_ACCESS_SET_NAME
30: from gl_access_sets
31: where access_set_id = P_ACCESS_SET_ID;
32: exception
33: when no_data_found then
34: /*srw.message(03,'Cannot find data access set information');*/null;