DBA Data[Home] [Help]

APPS.IGS_PE_SET_REM_HOLDS dependencies on FND_GLOBAL

Line 137: l_resp_id fnd_responsibility.responsibility_id%TYPE := FND_GLOBAL.RESP_ID;

133: l_message_string VARCHAR2(900) ;
134: l_msg_str_0 VARCHAR2(1000) ;
135: l_msg_str_1 VARCHAR2(1000) ;
136: l_err_raised BOOLEAN := FALSE;
137: l_resp_id fnd_responsibility.responsibility_id%TYPE := FND_GLOBAL.RESP_ID;
138:
139: l_error_exception EXCEPTION ; /* user defined exception */
140: l_person_id hz_parties.party_id%TYPE;
141: l_person_number hz_parties.party_number%TYPE;

Line 207: igs_pe_gen_001.get_hold_auth(FND_GLOBAL.USER_ID,

203: END IF;
204:
205: -- Validate that the person who has logged in has a party account and
206: -- is a STAFF. If he fails any of the above then is not authorized to release the hold.
207: igs_pe_gen_001.get_hold_auth(FND_GLOBAL.USER_ID,
208: l_person_id,
209: l_person_number,
210: l_person_name,
211: l_message_name);

Line 389: l_resp_id fnd_responsibility.responsibility_id%TYPE := FND_GLOBAL.RESP_ID;

385: l_msg_str_0 VARCHAR2(1000);
386: l_msg_str_1 VARCHAR2(1000);
387: l_err_raised BOOLEAN := FALSE;
388:
389: l_resp_id fnd_responsibility.responsibility_id%TYPE := FND_GLOBAL.RESP_ID;
390: l_fnd_user_id fnd_user.user_id%TYPE := FND_GLOBAL.USER_ID;
391: l_person_id hz_parties.party_id%TYPE;
392: l_person_number hz_parties.party_number%TYPE;
393: l_person_name hz_person_profiles.person_name%TYPE;

Line 390: l_fnd_user_id fnd_user.user_id%TYPE := FND_GLOBAL.USER_ID;

386: l_msg_str_1 VARCHAR2(1000);
387: l_err_raised BOOLEAN := FALSE;
388:
389: l_resp_id fnd_responsibility.responsibility_id%TYPE := FND_GLOBAL.RESP_ID;
390: l_fnd_user_id fnd_user.user_id%TYPE := FND_GLOBAL.USER_ID;
391: l_person_id hz_parties.party_id%TYPE;
392: l_person_number hz_parties.party_number%TYPE;
393: l_person_name hz_person_profiles.person_name%TYPE;
394:

Line 482: igs_pe_gen_001.get_hold_auth(FND_GLOBAL.USER_ID,

478: END IF;
479:
480: -- Validate that the person who has logged in has a party account and
481: -- is a STAFF. If he fails any of the above then is not authorized to release the hold.
482: igs_pe_gen_001.get_hold_auth(FND_GLOBAL.USER_ID,
483: l_person_id,
484: l_person_number,
485: l_person_name,
486: l_message_name);