DBA Data[Home] [Help]

APPS.PQP_BUDGET_MAINTENANCE dependencies on FND_FILE

Line 77: fnd_file.put_line(fnd_file.LOG, p_trace_message);

73: pqp_utilities.debug(p_trace_message, p_trace_location);
74: ELSE
75: IF p_trace_location IS NULL
76: THEN
77: fnd_file.put_line(fnd_file.LOG, p_trace_message);
78: ELSE
79: fnd_file.put_line(fnd_file.LOG
80: , RPAD(p_trace_message, 80, ' ')
81: || TO_CHAR(p_trace_location)

Line 79: fnd_file.put_line(fnd_file.LOG

75: IF p_trace_location IS NULL
76: THEN
77: fnd_file.put_line(fnd_file.LOG, p_trace_message);
78: ELSE
79: fnd_file.put_line(fnd_file.LOG
80: , RPAD(p_trace_message, 80, ' ')
81: || TO_CHAR(p_trace_location)
82: );
83: END IF;

Line 97: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '+0');

93: IF NOT g_is_concurrent_program_run
94: THEN
95: pqp_utilities.debug_enter(p_proc_name, p_trace_on);
96: ELSE
97: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '+0');
98: END IF;
99: END debug_enter;
100:
101: PROCEDURE debug_exit(

Line 111: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '-0');

107: IF NOT g_is_concurrent_program_run
108: THEN
109: pqp_utilities.debug_exit(p_proc_name, p_trace_off);
110: ELSE
111: fnd_file.put_line(fnd_file.LOG, RPAD(p_proc_name, 80, ' ') || '-0');
112: END IF;
113: END debug_exit;
114:
115: PROCEDURE debug_others(

Line 354: fnd_file.put_line(fnd_file.output

350: END IF;
351: -- prepare output file header
352: --
353: IF NOT g_is_header_printed THEN
354: fnd_file.put_line(fnd_file.output
355: , RPAD('Status', 30, ' ')
356: || g_column_separator
357: || RPAD('UOM', 30, ' ')
358: || g_column_separator

Line 373: fnd_file.put_line(fnd_file.output

369: || RPAD('Budget Value - After Change', 30, ' ')
370: || g_column_separator
371: || RPAD('Message', 400, ' ')
372: );
373: fnd_file.put_line(fnd_file.output
374: , RPAD('-', 30, '-')
375: || g_column_separator
376: || RPAD('-', 30, '-')
377: || g_column_separator

Line 400: fnd_file.put_line(fnd_file.output

396: i := g_output_file_records.FIRST;
397:
398: WHILE i IS NOT NULL
399: LOOP
400: fnd_file.put_line(fnd_file.output
401: ,convert_record_to_outputstring(g_output_file_records(i
402: )
403: )
404: );

Line 657: fnd_file.put_line(fnd_file.LOG

653: IF l_formula_id IS NULL
654: THEN
655: -- Raise error as the criteria is not generated
656: hr_utility.set_message(8303, 'PQP_230458_ABV_ASGSET_NO_FMLA');
657: fnd_file.put_line(fnd_file.LOG
658: , RPAD('Error', 30) || ': ' || hr_utility.get_message
659: );
660: fnd_file.put_line(fnd_file.LOG, ' ');
661: l_proc_step := 20;

Line 660: fnd_file.put_line(fnd_file.LOG, ' ');

656: hr_utility.set_message(8303, 'PQP_230458_ABV_ASGSET_NO_FMLA');
657: fnd_file.put_line(fnd_file.LOG
658: , RPAD('Error', 30) || ': ' || hr_utility.get_message
659: );
660: fnd_file.put_line(fnd_file.LOG, ' ');
661: l_proc_step := 20;
662:
663: IF g_debug
664: THEN

Line 1351: fnd_file.put_line(fnd_file.LOG

1347:
1348: END IF;
1349: -- Bug 6147019 End
1350: -- Log Messages
1351: fnd_file.put_line(fnd_file.LOG
1352: , RPAD('Assignment Set Id', 30)
1353: || ': '
1354: || l_assignment_set_id
1355: );

Line 1356: fnd_file.put_line(fnd_file.LOG

1352: , RPAD('Assignment Set Id', 30)
1353: || ': '
1354: || l_assignment_set_id
1355: );
1356: fnd_file.put_line(fnd_file.LOG
1357: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1358: );
1359: fnd_file.put_line(fnd_file.LOG
1360: , RPAD('Contract', 30) || ': ' || l_contract);

Line 1359: fnd_file.put_line(fnd_file.LOG

1355: );
1356: fnd_file.put_line(fnd_file.LOG
1357: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1358: );
1359: fnd_file.put_line(fnd_file.LOG
1360: , RPAD('Contract', 30) || ': ' || l_contract);
1361: fnd_file.put_line(fnd_file.LOG
1362: , RPAD('Effective Date', 30)
1363: || ': '

Line 1361: fnd_file.put_line(fnd_file.LOG

1357: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1358: );
1359: fnd_file.put_line(fnd_file.LOG
1360: , RPAD('Contract', 30) || ': ' || l_contract);
1361: fnd_file.put_line(fnd_file.LOG
1362: , RPAD('Effective Date', 30)
1363: || ': '
1364: || fnd_date.date_to_displaydate(l_effective_date)
1365: );

Line 1378: fnd_file.put_line(fnd_file.LOG

1374: )
1375: LOOP
1376: l_include_flag := 'N';
1377: -- Log messages
1378: fnd_file.put_line(fnd_file.LOG
1379: , RPAD('Processing Assignment', 30)
1380: || ': '
1381: || l_asg_rec.assignment_id
1382: );

Line 1481: fnd_file.put_line(fnd_file.LOG

1477:
1478: IF l_include_flag = 'Y'
1479: THEN
1480: -- Log messages
1481: fnd_file.put_line(fnd_file.LOG
1482: , RPAD('Include Assignment', 30) || ': Yes'
1483: );
1484: -- Create the assignment action to represent the person
1485: OPEN csr_get_asg_action_seq;

Line 1488: fnd_file.put_line(fnd_file.LOG

1484: -- Create the assignment action to represent the person
1485: OPEN csr_get_asg_action_seq;
1486: FETCH csr_get_asg_action_seq INTO l_asg_action_seq;
1487: CLOSE csr_get_asg_action_seq;
1488: fnd_file.put_line(fnd_file.LOG
1489: , RPAD('Assignment Action Id', 30)
1490: || ': '
1491: || l_asg_action_seq
1492: );

Line 1502: fnd_file.put_line(fnd_file.LOG

1498: ,NULL
1499: );
1500: ELSE
1501: -- Log Messages
1502: fnd_file.put_line(fnd_file.LOG
1503: , RPAD('Include Assignment', 30) || ': No'
1504: );
1505: END IF; -- END if of l_include_flag = 'Y' check ...
1506: END LOOP;

Line 1521: fnd_file.put_line(fnd_file.LOG

1517: FETCH csr_get_asg_out_date INTO l_report_assignment;
1518: EXIT WHEN csr_get_asg_out_date%NOTFOUND;
1519:
1520: IF l_proc_step = 120 THEN
1521: fnd_file.put_line(fnd_file.LOG
1522: ,'The following assignments in the static assignment set were unprocessed:'
1523: );
1524: END IF;
1525: l_proc_step := 121;

Line 1527: fnd_file.put_line(fnd_file.LOG

1523: );
1524: END IF;
1525: l_proc_step := 121;
1526:
1527: fnd_file.put_line(fnd_file.LOG
1528: , RPAD('Assignment ID', 30)
1529: || ': '
1530: || l_report_assignment
1531: );

Line 1984: fnd_file.put_line(fnd_file.LOG

1980: INTO l_log_string
1981: FROM per_business_groups_perf
1982: WHERE business_group_id = g_business_group_id;
1983:
1984: fnd_file.put_line(fnd_file.LOG
1985: , RPAD('Business Group', 30, ' ')
1986: || ': '
1987: || l_log_string
1988: );

Line 1989: fnd_file.put_line(fnd_file.LOG

1985: , RPAD('Business Group', 30, ' ')
1986: || ': '
1987: || l_log_string
1988: );
1989: fnd_file.put_line(fnd_file.LOG
1990: , RPAD('Effective Date', 30, ' ')
1991: || ': '
1992: || fnd_date.date_to_displaydate(p_effective_date
1993: )

Line 2018: fnd_file.put_line(fnd_file.LOG

2014: THEN
2015: -- make log entry for configuration data used for batch process run
2016: -- making an entry here ensures that log is made only when the
2017: -- configuration data changes
2018: fnd_file.put_line(fnd_file.LOG
2019: , RPAD('Process Definition', 30, ' ')
2020: || ': '
2021: || g_configuration_data.configuration_name
2022: );

Line 2024: fnd_file.put_line(fnd_file.LOG, RPAD('UOM', 30, ' ') || ': '

2020: || ': '
2021: || g_configuration_data.configuration_name
2022: );
2023:
2024: fnd_file.put_line(fnd_file.LOG, RPAD('UOM', 30, ' ') || ': '
2025: ||g_configuration_data.pcv_information1);
2026: fnd_file.put_line(fnd_file.LOG
2027: , RPAD('Event Dates Source', 30, ' ')
2028: || ': '

Line 2026: fnd_file.put_line(fnd_file.LOG

2022: );
2023:
2024: fnd_file.put_line(fnd_file.LOG, RPAD('UOM', 30, ' ') || ': '
2025: ||g_configuration_data.pcv_information1);
2026: fnd_file.put_line(fnd_file.LOG
2027: , RPAD('Event Dates Source', 30, ' ')
2028: || ': '
2029: || g_configuration_data.pcv_information2
2030: );

Line 2047: fnd_file.put_line(fnd_file.LOG

2043: THEN
2044: debug(l_proc_name, l_proc_step);
2045: END IF;
2046:
2047: fnd_file.put_line(fnd_file.LOG
2048: , RPAD('Track Event Group', 30, ' ')
2049: || ': '
2050: || l_log_string
2051: );

Line 2052: fnd_file.put_line(fnd_file.LOG

2048: , RPAD('Track Event Group', 30, ' ')
2049: || ': '
2050: || l_log_string
2051: );
2052: fnd_file.put_line(fnd_file.LOG
2053: , RPAD('Custom Function', 30, ' ')
2054: || ': '
2055: || g_configuration_data.pcv_information4
2056: );

Line 2070: fnd_file.put_line(fnd_file.LOG

2066: THEN
2067: debug(l_proc_name, l_proc_step);
2068: END IF;
2069:
2070: fnd_file.put_line(fnd_file.LOG
2071: , RPAD('Budget Fast Formula', 30, ' ')
2072: || ': '
2073: || l_log_string
2074: );

Line 2298: fnd_file.put_line(fnd_file.LOG

2294: || fnd_number.number_to_canonical(l_proc_step)
2295: || '}: '
2296: || SUBSTRB(SQLERRM, 1, 2000);
2297:
2298: fnd_file.put_line(fnd_file.LOG
2299: , RPAD(NVL(g_output_file_records(g_output_file_records.LAST
2300: ).employee_number
2301: , 'Asg_Id:' || p_assignment_id
2302: )

Line 2325: fnd_file.put_line(fnd_file.LOG

2321: 'Errored';
2322: g_output_file_records(g_output_file_records.LAST).MESSAGE :=
2323: hr_utility.get_message;
2324:
2325: fnd_file.put_line(fnd_file.LOG
2326: , RPAD(NVL(g_output_file_records(g_output_file_records.LAST
2327: ).employee_number
2328: , 'Asg_Id:' || p_assignment_id
2329: )

Line 2916: fnd_file.put_line(fnd_file.LOG

2912:
2913: l_log_string := NULL;
2914: IF g_is_concurrent_program_run
2915: THEN
2916: fnd_file.put_line(fnd_file.LOG
2917: , RPAD('Seeded FTE Configuration', 30, ' ')
2918: || ': '
2919: || g_additional_information.configuration_name
2920: );

Line 2921: fnd_file.put_line(fnd_file.LOG

2917: , RPAD('Seeded FTE Configuration', 30, ' ')
2918: || ': '
2919: || g_additional_information.configuration_name
2920: );
2921: fnd_file.put_line(fnd_file.LOG
2922: , RPAD('Coverage', 30, ' ') || ': ' || g_additional_information.pcv_information2
2923: );
2924: END IF;
2925: END IF; -- IF (p_uom <> NVL(g_additional_information.pcv_information1, '~null'))