DBA Data[Home] [Help]

APPS.OKL_INSURANCE_POLICIES_PVT dependencies on FND_MESSAGE

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

3712: RAISE OKC_API.G_EXCEPTION_ERROR;
3713: END IF;
3714:
3715: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE);
3716: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');
3717: if(l_ins_acc_adj IS NULL) then
3718: l_ins_acc_adj := 'Insurance income accrual adjustment';
3719: end if;
3720:

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

3775: IF (l_return_status = OKL_API.G_RET_STS_SUCCESS) THEN
3776: l_sob_id := Okl_Accounting_Util.GET_SET_OF_BOOKS_ID(
3777: p_representation_type => 'SECONDARY');
3778: 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
3779: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_INC_ACC_ADJ');
3780: if(l_ins_acc_adj IS NULL) then
3781: l_ins_acc_adj := 'Insurance income accrual adjustment';
3782: end if;
3783:

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

4341: RAISE OKC_API.G_EXCEPTION_ERROR;
4342: END IF;
4343:
4344: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE);
4345: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');
4346: if(l_ins_acc_adj IS NULL) then
4347: l_ins_acc_adj := 'Insurance expense accrual adjustment';
4348: end if;
4349:

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

4407:
4408: l_sob_id := Okl_Accounting_Util.GET_SET_OF_BOOKS_ID(
4409: p_representation_type => 'SECONDARY');
4410: l_gl_date := OKL_ACCOUNTING_UTIL.get_valid_gl_date(p_gl_date => l_ipyv_rec.CANCELLATION_DATE, p_ledger_id => l_sob_id);
4411: l_ins_acc_adj := fnd_message.get_string('OKL','OKL_INS_EXP_ACC_ADJ');
4412: if(l_ins_acc_adj IS NULL) then
4413: l_ins_acc_adj := 'Insurance expense accrual adjustment';
4414: end if;
4415: