DBA Data[Home] [Help]

APPS.PER_CA_EMP_EQUITY_PKG dependencies on FND_FILE

Line 790: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output_txt);

786: ||fnd_global.local_chr(9)||fnd_global.local_chr(9);
787: end if;
788: end if;
789:
790: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output_txt);
791: end if;
792:
793:
794: /* Inserting the Promotion details in the table */

Line 919: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);

915: else
916: l_promo_cnt := l_promo_cnt + 1;
917: end if;
918: l_output := l_emp_no ||fnd_global.local_chr(9)||l_promo_cnt || fnd_global.local_chr(9) || l_promo_dt;
919: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);
920: l_prev_emp := l_emp_no;
921: end loop;
922: /* Deleteing the promotion records from per_ca_ee_report_lines table */
923: delete from

Line 989: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);

985: else
986: l_output := l_emp_no ||fnd_global.local_chr(9)||fnd_global.local_chr(9)||l_start_dt||fnd_global.local_chr(9)
987: ||l_end_dt||fnd_global.local_chr(9)||l_term_dt;
988: end if;
989: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);
990: l_prev_emp := l_emp_no;
991: end loop;
992: /* Deleting the temporary employee records from the per_ca_ee_report_lines table */
993: delete from

Line 1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);

1073: l_output := l_output ||fnd_global.local_chr(9)||l_count||')'|| l_sal;
1074: end if;
1075:
1076: if l_flag = 'Y' then
1077: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_output);
1078: end if;
1079: end loop;
1080: close c_excep_report;
1081: /* Delete the Exception employee records from the Temporary tables */