DBA Data[Home] [Help]

APPS.PO_BUSINESSEVENT_PVT dependencies on FND_PROFILE

Line 157: l_user_id := fnd_profile.value( NAME => 'USER_ID');

153:
154: BEGIN
155: -- Get the db session context
156: l_org_id := PO_MOAC_UTILS_PVT.get_current_org_id ; --
157: l_user_id := fnd_profile.value( NAME => 'USER_ID');
158: l_resp_id := fnd_profile.value( NAME => 'RESP_ID');
159: l_resp_appl_id := fnd_profile.value( NAME => 'RESP_APPL_ID');
160:
161: -- Modified this procedure to call the more generic signature.

Line 158: l_resp_id := fnd_profile.value( NAME => 'RESP_ID');

154: BEGIN
155: -- Get the db session context
156: l_org_id := PO_MOAC_UTILS_PVT.get_current_org_id ; --
157: l_user_id := fnd_profile.value( NAME => 'USER_ID');
158: l_resp_id := fnd_profile.value( NAME => 'RESP_ID');
159: l_resp_appl_id := fnd_profile.value( NAME => 'RESP_APPL_ID');
160:
161: -- Modified this procedure to call the more generic signature.
162:

Line 159: l_resp_appl_id := fnd_profile.value( NAME => 'RESP_APPL_ID');

155: -- Get the db session context
156: l_org_id := PO_MOAC_UTILS_PVT.get_current_org_id ; --
157: l_user_id := fnd_profile.value( NAME => 'USER_ID');
158: l_resp_id := fnd_profile.value( NAME => 'RESP_ID');
159: l_resp_appl_id := fnd_profile.value( NAME => 'RESP_APPL_ID');
160:
161: -- Modified this procedure to call the more generic signature.
162:
163: -- construct parameter list