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 668: fnd_file.put_line(fnd_file.LOG

664: IF l_formula_id IS NULL
665: THEN
666: -- Raise error as the criteria is not generated
667: hr_utility.set_message(8303, 'PQP_230458_ABV_ASGSET_NO_FMLA');
668: fnd_file.put_line(fnd_file.LOG
669: , RPAD('Error', 30) || ': ' || hr_utility.get_message
670: );
671: fnd_file.put_line(fnd_file.LOG, ' ');
672: l_proc_step := 20;

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

667: hr_utility.set_message(8303, 'PQP_230458_ABV_ASGSET_NO_FMLA');
668: fnd_file.put_line(fnd_file.LOG
669: , RPAD('Error', 30) || ': ' || hr_utility.get_message
670: );
671: fnd_file.put_line(fnd_file.LOG, ' ');
672: l_proc_step := 20;
673:
674: IF g_debug
675: THEN

Line 1363: fnd_file.put_line(fnd_file.LOG

1359:
1360: END IF;
1361: -- Bug 6147019 End
1362: -- Log Messages
1363: fnd_file.put_line(fnd_file.LOG
1364: , RPAD('Assignment Set Id', 30)
1365: || ': '
1366: || l_assignment_set_id
1367: );

Line 1368: fnd_file.put_line(fnd_file.LOG

1364: , RPAD('Assignment Set Id', 30)
1365: || ': '
1366: || l_assignment_set_id
1367: );
1368: fnd_file.put_line(fnd_file.LOG
1369: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1370: );
1371: fnd_file.put_line(fnd_file.LOG
1372: , RPAD('Contract', 30) || ': ' || l_contract);

Line 1371: fnd_file.put_line(fnd_file.LOG

1367: );
1368: fnd_file.put_line(fnd_file.LOG
1369: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1370: );
1371: fnd_file.put_line(fnd_file.LOG
1372: , RPAD('Contract', 30) || ': ' || l_contract);
1373: fnd_file.put_line(fnd_file.LOG
1374: , RPAD('Effective Date', 30)
1375: || ': '

Line 1373: fnd_file.put_line(fnd_file.LOG

1369: , RPAD('Payroll Id', 30) || ': ' || l_payroll_id
1370: );
1371: fnd_file.put_line(fnd_file.LOG
1372: , RPAD('Contract', 30) || ': ' || l_contract);
1373: fnd_file.put_line(fnd_file.LOG
1374: , RPAD('Effective Date', 30)
1375: || ': '
1376: || fnd_date.date_to_displaydate(l_effective_date)
1377: );

Line 1390: fnd_file.put_line(fnd_file.LOG

1386: )
1387: LOOP
1388: l_include_flag := 'N';
1389: -- Log messages
1390: fnd_file.put_line(fnd_file.LOG
1391: , RPAD('Processing Assignment', 30)
1392: || ': '
1393: || l_asg_rec.assignment_id
1394: );

Line 1493: fnd_file.put_line(fnd_file.LOG

1489:
1490: IF l_include_flag = 'Y'
1491: THEN
1492: -- Log messages
1493: fnd_file.put_line(fnd_file.LOG
1494: , RPAD('Include Assignment', 30) || ': Yes'
1495: );
1496: -- Create the assignment action to represent the person
1497: OPEN csr_get_asg_action_seq;

Line 1500: fnd_file.put_line(fnd_file.LOG

1496: -- Create the assignment action to represent the person
1497: OPEN csr_get_asg_action_seq;
1498: FETCH csr_get_asg_action_seq INTO l_asg_action_seq;
1499: CLOSE csr_get_asg_action_seq;
1500: fnd_file.put_line(fnd_file.LOG
1501: , RPAD('Assignment Action Id', 30)
1502: || ': '
1503: || l_asg_action_seq
1504: );

Line 1514: fnd_file.put_line(fnd_file.LOG

1510: ,NULL
1511: );
1512: ELSE
1513: -- Log Messages
1514: fnd_file.put_line(fnd_file.LOG
1515: , RPAD('Include Assignment', 30) || ': No'
1516: );
1517: END IF; -- END if of l_include_flag = 'Y' check ...
1518: END LOOP;

Line 1533: fnd_file.put_line(fnd_file.LOG

1529: FETCH csr_get_asg_out_date INTO l_report_assignment;
1530: EXIT WHEN csr_get_asg_out_date%NOTFOUND;
1531:
1532: IF l_proc_step = 120 THEN
1533: fnd_file.put_line(fnd_file.LOG
1534: ,'The following assignments in the static assignment set were unprocessed:'
1535: );
1536: END IF;
1537: l_proc_step := 121;

Line 1539: fnd_file.put_line(fnd_file.LOG

1535: );
1536: END IF;
1537: l_proc_step := 121;
1538:
1539: fnd_file.put_line(fnd_file.LOG
1540: , RPAD('Assignment ID', 30)
1541: || ': '
1542: || l_report_assignment
1543: );

Line 2007: fnd_file.put_line(fnd_file.LOG

2003: INTO l_log_string
2004: FROM per_business_groups_perf
2005: WHERE business_group_id = g_business_group_id;
2006:
2007: fnd_file.put_line(fnd_file.LOG
2008: , RPAD('Business Group', 30, ' ')
2009: || ': '
2010: || l_log_string
2011: );

Line 2012: fnd_file.put_line(fnd_file.LOG

2008: , RPAD('Business Group', 30, ' ')
2009: || ': '
2010: || l_log_string
2011: );
2012: fnd_file.put_line(fnd_file.LOG
2013: , RPAD('Effective Date', 30, ' ')
2014: || ': '
2015: || fnd_date.date_to_displaydate(p_effective_date
2016: )

Line 2041: fnd_file.put_line(fnd_file.LOG

2037: THEN
2038: -- make log entry for configuration data used for batch process run
2039: -- making an entry here ensures that log is made only when the
2040: -- configuration data changes
2041: fnd_file.put_line(fnd_file.LOG
2042: , RPAD('Process Definition', 30, ' ')
2043: || ': '
2044: || g_configuration_data.configuration_name
2045: );

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

2043: || ': '
2044: || g_configuration_data.configuration_name
2045: );
2046:
2047: fnd_file.put_line(fnd_file.LOG, RPAD('UOM', 30, ' ') || ': '
2048: ||g_configuration_data.pcv_information1);
2049: fnd_file.put_line(fnd_file.LOG
2050: , RPAD('Event Dates Source', 30, ' ')
2051: || ': '

Line 2049: fnd_file.put_line(fnd_file.LOG

2045: );
2046:
2047: fnd_file.put_line(fnd_file.LOG, RPAD('UOM', 30, ' ') || ': '
2048: ||g_configuration_data.pcv_information1);
2049: fnd_file.put_line(fnd_file.LOG
2050: , RPAD('Event Dates Source', 30, ' ')
2051: || ': '
2052: || g_configuration_data.pcv_information2
2053: );

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('Track Event Group', 30, ' ')
2072: || ': '
2073: || l_log_string
2074: );

Line 2075: fnd_file.put_line(fnd_file.LOG

2071: , RPAD('Track Event Group', 30, ' ')
2072: || ': '
2073: || l_log_string
2074: );
2075: fnd_file.put_line(fnd_file.LOG
2076: , RPAD('Custom Function', 30, ' ')
2077: || ': '
2078: || g_configuration_data.pcv_information4
2079: );

Line 2093: fnd_file.put_line(fnd_file.LOG

2089: THEN
2090: debug(l_proc_name, l_proc_step);
2091: END IF;
2092:
2093: fnd_file.put_line(fnd_file.LOG
2094: , RPAD('Budget Fast Formula', 30, ' ')
2095: || ': '
2096: || l_log_string
2097: );

Line 2340: fnd_file.put_line(fnd_file.LOG

2336: || fnd_number.number_to_canonical(l_proc_step)
2337: || '}: '
2338: || SUBSTRB(SQLERRM, 1, 2000);
2339:
2340: fnd_file.put_line(fnd_file.LOG
2341: , RPAD(NVL(g_output_file_records(g_output_file_records.LAST
2342: ).employee_number
2343: , 'Asg_Id:' || p_assignment_id
2344: )

Line 2367: fnd_file.put_line(fnd_file.LOG

2363: 'Errored';
2364: g_output_file_records(g_output_file_records.LAST).MESSAGE :=
2365: hr_utility.get_message;
2366:
2367: fnd_file.put_line(fnd_file.LOG
2368: , RPAD(NVL(g_output_file_records(g_output_file_records.LAST
2369: ).employee_number
2370: , 'Asg_Id:' || p_assignment_id
2371: )

Line 2958: fnd_file.put_line(fnd_file.LOG

2954:
2955: l_log_string := NULL;
2956: IF g_is_concurrent_program_run
2957: THEN
2958: fnd_file.put_line(fnd_file.LOG
2959: , RPAD('Seeded FTE Configuration', 30, ' ')
2960: || ': '
2961: || g_additional_information.configuration_name
2962: );

Line 2963: fnd_file.put_line(fnd_file.LOG

2959: , RPAD('Seeded FTE Configuration', 30, ' ')
2960: || ': '
2961: || g_additional_information.configuration_name
2962: );
2963: fnd_file.put_line(fnd_file.LOG
2964: , RPAD('Coverage', 30, ' ') || ': ' || g_additional_information.pcv_information2
2965: );
2966: END IF;
2967: END IF; -- IF (p_uom <> NVL(g_additional_information.pcv_information1, '~null'))