DBA Data[Home] [Help]

APPS.GL_SECURITY_PKG dependencies on FND_PROFILE

Line 69: ACCESS_ID := fnd_profile.value('GL_ACCESS_SET_ID');

65: flag BOOLEAN := FALSE;
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

Line 89: LDGR_ID := to_number(fnd_profile.value_specific('GL_SET_OF_BKS_ID',

85: */
86:
87: -- The set of books id from the profile option GL_SET_OF_BKS_ID
88: -- is stored in the local variable ldgr_id.
89: LDGR_ID := to_number(fnd_profile.value_specific('GL_SET_OF_BKS_ID',
90: null,
91: resp_id,
92: appl_id));
93: l_ledger_id := LDGR_ID;