DBA Data[Home] [Help]

APPS.XTR_ACCRUAL_PROCESS_P dependencies on FND_FILE

Line 1649: FND_FILE.Put_Line (FND_FILE.LOG, FND_MESSAGE.Get);

1645: --print out a warning message.
1646: if not v_ChkCpnRateReset_out.yes then
1647: FND_MESSAGE.Set_Name ('XTR','XTR_COUPON_RESET_DEAL');
1648: FND_MESSAGE.Set_Token ('DEAL_NO',l_deal_nos);
1649: FND_FILE.Put_Line (FND_FILE.LOG, FND_MESSAGE.Get);
1650: retcode:=1;
1651: end if;
1652: end if;
1653: --end bug 2804548

Line 2849: FND_FILE.Put_Line (FND_FILE.LOG, FND_MESSAGE.Get);

2845: if onc_det.deal_type in ('ONC','TMM','RTMM','IRS') then
2846: l_accrls_amount_bal := l_amount_to_accrue_amort;
2847: if l_rev_exists = 'N' then
2848: FND_MESSAGE.Set_Name ('XTR','XTR_ACCRUAL_REVERSAL');
2849: FND_FILE.Put_Line (FND_FILE.LOG, FND_MESSAGE.Get);
2850: l_rev_exists := 'Y';
2851: end if;
2852: l_rev_message := ' '||to_char(onc_det.deal_nos)||'/'||to_char(onc_det.trans_nos);
2853: FND_FILE.Put_Line (FND_FILE.LOG, l_rev_message);

Line 2853: FND_FILE.Put_Line (FND_FILE.LOG, l_rev_message);

2849: FND_FILE.Put_Line (FND_FILE.LOG, FND_MESSAGE.Get);
2850: l_rev_exists := 'Y';
2851: end if;
2852: l_rev_message := ' '||to_char(onc_det.deal_nos)||'/'||to_char(onc_det.trans_nos);
2853: FND_FILE.Put_Line (FND_FILE.LOG, l_rev_message);
2854: end if;
2855: -------------------------------------------------------
2856:
2857: else