DBA Data[Home] [Help]

APPS.PAY_NO_ARCHIVE_RSEA dependencies on FND_FILE

Line 1132: fnd_file.put_line(fnd_file.log,'Error in EC 1'||substr(sqlerrm , 1, 30));

1128: EXCEPTION
1129: WHEN OTHERS THEN
1130: -- Return cursor that selects no rows
1131: p_sql := 'select 1 from dual where to_char(:payroll_action_id) = dummy';
1132: fnd_file.put_line(fnd_file.log,'Error in EC 1'||substr(sqlerrm , 1, 30));
1133:
1134: END RANGE_CODE;
1135:
1136: /* ASSIGNMENT ACTION CODE */