DBA Data[Home] [Help]

APPS.PAY_FR_DUCS dependencies on FND_FILE

Line 240: FND_FILE.PUT_LINE(fnd_file.log,substr(hr_utility.get_message,1,240));

236: WHEN duplicate THEN
237: hr_utility.set_location(' Leaving with EXCEPTION: '||l_proc,100);
238:
239: hr_utility.set_message(801, 'PAY_75086_DUCS_DUPLICATE_ARCH');
240: FND_FILE.PUT_LINE(fnd_file.log,substr(hr_utility.get_message,1,240));
241: sqlstr := 'select 1 from dual where to_char(:payroll_action_id) = dummy';
242:
243:
244: WHEN OTHERS THEN

Line 878: FND_FILE.NEW_LINE(fnd_file.log, 1);

874: OPEN cestpens(to_char(l_Order_Number));
875: FETCH cestpens INTO g_estab_pens_provs.pens_provs(l_Order_Number);
876: IF cestpens%notfound THEN
877: hr_utility.set_message(801, 'PAY_75087_DUCS_PENS_PROV');
878: FND_FILE.NEW_LINE(fnd_file.log, 1);
879: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
880: END IF;
881: CLOSE cestpens;
882: --

Line 879: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);

875: FETCH cestpens INTO g_estab_pens_provs.pens_provs(l_Order_Number);
876: IF cestpens%notfound THEN
877: hr_utility.set_message(801, 'PAY_75087_DUCS_PENS_PROV');
878: FND_FILE.NEW_LINE(fnd_file.log, 1);
879: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
880: END IF;
881: CLOSE cestpens;
882: --
883: END IF;

Line 1115: FND_FILE.NEW_LINE(fnd_file.log, 1);

1111:
1112: IF l_remaining_amount > 0 THEN
1113: hr_utility.set_message(801, 'PAY_75088_DUCS_TOTAL_NOT_ALLOC');
1114: hr_utility.set_message_token(801,'ORGANIZATION',p_name);
1115: FND_FILE.NEW_LINE(fnd_file.log, 1);
1116: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
1117: END IF;
1118:
1119:

Line 1116: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);

1112: IF l_remaining_amount > 0 THEN
1113: hr_utility.set_message(801, 'PAY_75088_DUCS_TOTAL_NOT_ALLOC');
1114: hr_utility.set_message_token(801,'ORGANIZATION',p_name);
1115: FND_FILE.NEW_LINE(fnd_file.log, 1);
1116: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
1117: END IF;
1118:
1119:
1120: END process_payment;

Line 1391: FND_FILE.NEW_LINE(fnd_file.log, 1);

1387: AND org_information_context = 'FR_PE_PRV_INFO';
1388: EXCEPTION
1389: WHEN no_data_found THEN
1390: hr_utility.set_message(801,'PAY_75087_DUCS_PENS_PROV');
1391: FND_FILE.NEW_LINE(fnd_file.log, 1);
1392: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
1393: END;
1394: END IF;
1395:

Line 1392: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);

1388: EXCEPTION
1389: WHEN no_data_found THEN
1390: hr_utility.set_message(801,'PAY_75087_DUCS_PENS_PROV');
1391: FND_FILE.NEW_LINE(fnd_file.log, 1);
1392: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
1393: END;
1394: END IF;
1395:
1396: l_sort1_code := rec_contr.subpage_identifier;

Line 2401: FND_FILE.NEW_LINE(fnd_file.log, 1);

2397: WHEN others THEN
2398: --3655620 write any other errors to the log file as otherwise the message
2399: --text is not propagated back to the CM and only appears in the log if
2400: --the LOGGING action parameter includes the letter G
2401: FND_FILE.NEW_LINE(fnd_file.log, 1);
2402: FND_FILE.PUT_LINE(fnd_file.log,substrb(SQLERRM,1,1023));
2403: raise;
2404: END deinitialize_code;
2405: --

Line 2402: FND_FILE.PUT_LINE(fnd_file.log,substrb(SQLERRM,1,1023));

2398: --3655620 write any other errors to the log file as otherwise the message
2399: --text is not propagated back to the CM and only appears in the log if
2400: --the LOGGING action parameter includes the letter G
2401: FND_FILE.NEW_LINE(fnd_file.log, 1);
2402: FND_FILE.PUT_LINE(fnd_file.log,substrb(SQLERRM,1,1023));
2403: raise;
2404: END deinitialize_code;
2405: --
2406:

Line 2513: FND_FILE.NEW_LINE(fnd_file.log, 1);

2509: AND payment.payment_3_limit IS NULL) THEN
2510: l_error_flag:='Y';
2511: hr_utility.set_message(801, 'PAY_75089_DUCS_NULL_ACC_LIMIT');
2512: hr_utility.set_message_token(801,'ORGANIZATION',payment.organization_name);
2513: FND_FILE.NEW_LINE(fnd_file.log, 1);
2514: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
2515: END IF;
2516:
2517: IF l_error_flag ='Y' THEN

Line 2514: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);

2510: l_error_flag:='Y';
2511: hr_utility.set_message(801, 'PAY_75089_DUCS_NULL_ACC_LIMIT');
2512: hr_utility.set_message_token(801,'ORGANIZATION',payment.organization_name);
2513: FND_FILE.NEW_LINE(fnd_file.log, 1);
2514: FND_FILE.PUT_LINE(fnd_file.log,hr_utility.get_message);
2515: END IF;
2516:
2517: IF l_error_flag ='Y' THEN
2518: