DBA Data[Home] [Help]

APPS.GL_SECURITY_PKG dependencies on FND_GLOBAL

Line 70: RESPONSIBILITY_ID := fnd_global.resp_id;

66: BEGIN
67:
68: -- Cache Global variables
69: ACCESS_ID := fnd_profile.value('GL_ACCESS_SET_ID');
70: RESPONSIBILITY_ID := fnd_global.resp_id;
71: resp_id := RESPONSIBILITY_ID;
72:
73: -- Added under the bug 4730993
74: -- Get application id

Line 75: RESP_APPLICATION_ID := fnd_global.resp_appl_id;

71: resp_id := RESPONSIBILITY_ID;
72:
73: -- Added under the bug 4730993
74: -- Get application id
75: RESP_APPLICATION_ID := fnd_global.resp_appl_id;
76: appl_id := RESP_APPLICATION_ID;
77:
78:
79: /* Commented under the bug 4730993