DBA Data[Home] [Help]

APPS.OKL_INSURANCE_POLICIES_PVT dependencies on FND_MESSAGE

Line 3738: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');

3734: RAISE OKC_API.G_EXCEPTION_ERROR;
3735: END IF;
3736:
3737: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE);
3738: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');
3739: if(l_ins_acc_adj IS NULL) then
3740: l_ins_acc_adj := 'Insurance income accrual adjustment';
3741: end if;
3742:

Line 3802: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');

3798: IF (l_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
3799: l_sob_id := Okl_Accounting_Util.GET_SET_OF_BOOKS_ID(
3800: p_representation_type => 'SECONDARY');
3801: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE, p_ledger_id => l_sob_id); --MGAAP 7263041
3802: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');
3803: if(l_ins_acc_adj IS NULL) then
3804: l_ins_acc_adj := 'Insurance income accrual adjustment';
3805: end if;
3806:

Line 4373: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');

4369: RAISE OKC_API.G_EXCEPTION_ERROR;
4370: END IF;
4371:
4372: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE);
4373: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');
4374: if(l_ins_acc_adj IS NULL) then
4375: l_ins_acc_adj := 'Insurance expense accrual adjustment';
4376: end if;
4377:

Line 4440: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');

4436:
4437: l_sob_id := Okl_Accounting_Util.GET_SET_OF_BOOKS_ID(
4438: p_representation_type => 'SECONDARY');
4439: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE, p_ledger_id => l_sob_id);
4440: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');
4441: if(l_ins_acc_adj IS NULL) then
4442: l_ins_acc_adj := 'Insurance expense accrual adjustment';
4443: end if;
4444: