DBA Data[Home] [Help]

APPS.PAY_NO_EERR_STATUS_CONTROL dependencies on FND_FILE

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

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

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

1059:
1060: begin
1061:
1062:
1063: fnd_file.put_line (fnd_file.log, 'Entering Assignment Action Code');
1064: /* Get the Parameters'value */
1065: pay_no_eerr_status_control.get_all_parameters (
1066: p_payroll_action_id,
1067: g_business_group_id,

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

1686: )
1687: );
1688:
1689:
1690: --fnd_file.put_line (fnd_file.log, 'l_hour_value_primary :-'||l_hour_value_primary);
1691: --fnd_file.put_line (fnd_file.log, 'j.assignment_id :-'||l_hour_value_primary);
1692:
1693: exception
1694: when value_error then

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

1687: );
1688:
1689:
1690: --fnd_file.put_line (fnd_file.log, 'l_hour_value_primary :-'||l_hour_value_primary);
1691: --fnd_file.put_line (fnd_file.log, 'j.assignment_id :-'||l_hour_value_primary);
1692:
1693: exception
1694: when value_error then
1695: l_hour_value_primary := 0;

Line 1991: fnd_file.put_line (

1987: l_job_value := null;
1988: end if;
1989: exception
1990: when others then
1991: fnd_file.put_line (
1992: fnd_file.log,
1993: 'Exception'
1994: );
1995: end;

Line 1992: fnd_file.log,

1988: end if;
1989: exception
1990: when others then
1991: fnd_file.put_line (
1992: fnd_file.log,
1993: 'Exception'
1994: );
1995: end;
1996: elsif l_detailed_output (cnt).column_name =

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

2194: procedure initialization_code (
2195: p_payroll_action_id in number
2196: ) is
2197: begin
2198: fnd_file.put_line (fnd_file.log, 'Entering Initialization Code');
2199: end initialization_code;
2200: /* ARCHIVE CODE */
2201: procedure archive_code (
2202: p_assignment_action_id in number,

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

2202: p_assignment_action_id in number,
2203: p_effective_date in date
2204: ) is
2205: begin
2206: fnd_file.put_line (fnd_file.log, 'entering archive code');
2207: end archive_code;
2208:
2209: --------------------------------------------------------------------------------
2210: -- COPY