DBA Data[Home] [Help]

APPS.PA_ROLE_JOB_BG_UTILS dependencies on FND_PROFILE

Line 75: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

71: -- Using HR Profile BG ID for now - not sure where all this
72: -- is used; this may need to change to go off of implementation options.
73:
74: IF PA_CROSS_BUSINESS_GRP.IsCrossBGProfile = 'N' THEN
75: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
76: ELSE
77: l_bg_id := -1;
78: END IF;
79:

Line 109: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

105: -- Using HR Profile BG ID for now - not sure where all this
106: -- is used; this may need to change to go off of implementation options.
107:
108: IF PA_CROSS_BUSINESS_GRP.IsCrossBGProfile = 'N' THEN
109: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
110: ELSE
111: l_bg_id := -1;
112: END IF;
113:

Line 143: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');

139: -- Using HR Profile BG ID for now - not sure where all this
140: -- is used; this may need to change to go off of implementation options.
141:
142: IF PA_CROSS_BUSINESS_GRP.IsCrossBGProfile = 'N' THEN
143: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
144: ELSE
145: l_bg_id := -1;
146: END IF;
147: