DBA Data[Home] [Help]

APPS.PA_FCST_GLOBAL dependencies on FND_GLOBAL

Line 1152: l_user_id := FND_GLOBAL.USER_ID;

1148: l_user_id NUMBER;
1149: l_person_id NUMBER;
1150: BEGIN
1151:
1152: l_user_id := FND_GLOBAL.USER_ID;
1153: l_person_id := pa_utils.GetEmpIdFromUser( l_user_id );
1154: l_resp_id := fnd_global.resp_id;
1155: l_resp_appl_id := fnd_global.resp_appl_id;
1156:

Line 1154: l_resp_id := fnd_global.resp_id;

1150: BEGIN
1151:
1152: l_user_id := FND_GLOBAL.USER_ID;
1153: l_person_id := pa_utils.GetEmpIdFromUser( l_user_id );
1154: l_resp_id := fnd_global.resp_id;
1155: l_resp_appl_id := fnd_global.resp_appl_id;
1156:
1157: IF fnd_profile.value_specific('PA_SUPER_PROJECT',l_user_id,
1158: l_resp_id, l_resp_appl_id) = 'Y' THEN

Line 1155: l_resp_appl_id := fnd_global.resp_appl_id;

1151:
1152: l_user_id := FND_GLOBAL.USER_ID;
1153: l_person_id := pa_utils.GetEmpIdFromUser( l_user_id );
1154: l_resp_id := fnd_global.resp_id;
1155: l_resp_appl_id := fnd_global.resp_appl_id;
1156:
1157: IF fnd_profile.value_specific('PA_SUPER_PROJECT',l_user_id,
1158: l_resp_id, l_resp_appl_id) = 'Y' THEN
1159: l_cross_view_user := 'Y';