DBA Data[Home] [Help]

APPS.XTR_ACCRUAL_PROCESS_P dependencies on FND_MESSAGE

Line 1647: FND_MESSAGE.Set_Name ('XTR','XTR_COUPON_RESET_DEAL');

1643: v_ChkCpnRateReset_out);
1644: --if the coupon or its tax comp has not been reset
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;

Line 1648: FND_MESSAGE.Set_Token ('DEAL_NO',l_deal_nos);

1644: --if the coupon or its tax comp has not been reset
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;

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 2848: FND_MESSAGE.Set_Name ('XTR','XTR_ACCRUAL_REVERSAL');

2844: -------------------------------------------------------
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);

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 3287: FND_MESSAGE.Set_Name('XTR', 'XTR_REVAL_AUTH');

3283: EXCEPTION
3284: when ex_reval_auth then
3285: ROLLBACK TO SAVEPOINT sp_accrual;
3286: retcode := -1;
3287: FND_MESSAGE.Set_Name('XTR', 'XTR_REVAL_AUTH');
3288: FND_MESSAGE.Set_Token('BATCH', p_batch_id);
3289: APP_EXCEPTION.Raise_exception;
3290: when others then
3291: ROLLBACK TO SAVEPOINT sp_accrual;

Line 3288: FND_MESSAGE.Set_Token('BATCH', p_batch_id);

3284: when ex_reval_auth then
3285: ROLLBACK TO SAVEPOINT sp_accrual;
3286: retcode := -1;
3287: FND_MESSAGE.Set_Name('XTR', 'XTR_REVAL_AUTH');
3288: FND_MESSAGE.Set_Token('BATCH', p_batch_id);
3289: APP_EXCEPTION.Raise_exception;
3290: when others then
3291: ROLLBACK TO SAVEPOINT sp_accrual;
3292: retcode := -1;