DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on FND_FILE

Line 147: fnd_file.put_line (fnd_file.log, 'Entering Get all Parameters');

143:
144: l_proc varchar2 (240) := g_package || ' GET_ALL_PARAMETERS ';
145: --
146: begin
147: fnd_file.put_line (fnd_file.log, 'Entering Get all Parameters');
148: open csr_parameter_info (p_payroll_action_id);
149: fetch csr_parameter_info into p_legal_employer_id,
150: p_archive,
151: p_effective_date,

Line 887: fnd_file.put_line (fnd_file.log, 'Entering Assignment Action Code');

883:
884: begin
885:
886:
887: fnd_file.put_line (fnd_file.log, 'Entering Assignment Action Code');
888: /* Get the Parameters'value */
889: pay_no_eerr_status_control.get_all_parameters (
890: p_payroll_action_id,
891: g_business_group_id,

Line 1513: --fnd_file.put_line (fnd_file.log, 'l_hour_value_primary :-'||l_hour_value_primary);

1509: )
1510: );
1511:
1512:
1513: --fnd_file.put_line (fnd_file.log, 'l_hour_value_primary :-'||l_hour_value_primary);
1514: --fnd_file.put_line (fnd_file.log, 'j.assignment_id :-'||l_hour_value_primary);
1515:
1516: exception
1517: when value_error then

Line 1514: --fnd_file.put_line (fnd_file.log, 'j.assignment_id :-'||l_hour_value_primary);

1510: );
1511:
1512:
1513: --fnd_file.put_line (fnd_file.log, 'l_hour_value_primary :-'||l_hour_value_primary);
1514: --fnd_file.put_line (fnd_file.log, 'j.assignment_id :-'||l_hour_value_primary);
1515:
1516: exception
1517: when value_error then
1518: l_hour_value_primary := 0;

Line 1814: fnd_file.put_line (

1810: l_job_value := null;
1811: end if;
1812: exception
1813: when others then
1814: fnd_file.put_line (
1815: fnd_file.log,
1816: 'Exception'
1817: );
1818: end;

Line 1815: fnd_file.log,

1811: end if;
1812: exception
1813: when others then
1814: fnd_file.put_line (
1815: fnd_file.log,
1816: 'Exception'
1817: );
1818: end;
1819: elsif l_detailed_output (cnt).column_name =

Line 2021: fnd_file.put_line (fnd_file.log, 'Entering Initialization Code');

2017: procedure initialization_code (
2018: p_payroll_action_id in number
2019: ) is
2020: begin
2021: fnd_file.put_line (fnd_file.log, 'Entering Initialization Code');
2022: end initialization_code;
2023: /* ARCHIVE CODE */
2024: procedure archive_code (
2025: p_assignment_action_id in number,

Line 2029: fnd_file.put_line (fnd_file.log, 'entering archive code');

2025: p_assignment_action_id in number,
2026: p_effective_date in date
2027: ) is
2028: begin
2029: fnd_file.put_line (fnd_file.log, 'entering archive code');
2030: end archive_code;
2031:
2032: --------------------------------------------------------------------------------
2033: -- COPY