DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ASS dependencies on FND_GLOBAL

Line 10138: IF fnd_global.conc_request_id <> -1 THEN

10134: 'ENROLLED' );
10135: FETCH c_sua_for_sec INTO rec_sua_for_sec;
10136: IF c_sua_for_sec%FOUND THEN /* Incomplete transfers found */
10137: -- If this is called from Concurrent Manager
10138: IF fnd_global.conc_request_id <> -1 THEN
10139: IF (p_trace_on = 'Y') THEN
10140: fnd_message.set_name('IGS', 'IGS_FI_PERSON_NUM');
10141: fnd_message.set_token('PERSON_NUM', g_v_person_number);
10142: fnd_file.put_line (fnd_file.log, fnd_message.get);

Line 10340: IF fnd_global.conc_request_id <> -1 THEN

10336: p_v_string => 'Fee Category at SPA level (rec_scas.fee_cat) is Null, so log message and abort.');
10337: fnd_message.set_name ( 'IGS', 'IGS_FI_NO_SPA_FEE_CAT');
10338: fnd_message.set_token('PROG_ATT', rec_scas.program_cd);
10339: --Bug 4735807,If this is called from Concurrent Manager
10340: IF fnd_global.conc_request_id <> -1 THEN
10341: fnd_file.new_line(fnd_file.log);
10342: fnd_file.put_line(fnd_file.log,fnd_message.get);
10343: ELSE
10344: -- This is called from Self-Service Package. Return FALSE so that this message is shown on page.