DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_VENDOR_PRG_PVT dependencies on OKL_AM_UTIL_PVT

Line 727: OKL_AM_UTIL_PVT.get_transaction_id (

723: IF lx_tcnv_rec.id IS NULL
724: OR lx_tcnv_rec.id = G_MISS_NUM THEN
725:
726: -- Get the Transaction Id
727: OKL_AM_UTIL_PVT.get_transaction_id (
728: p_try_name => 'Termination',
729: x_return_status => l_return_status,
730: x_try_id => l_try_id);
731:

Line 733: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(

729: x_return_status => l_return_status,
730: x_try_id => l_try_id);
731:
732: -- Get the meaning of lookup OKL_ACCOUNTING_EVENT_TYPE
733: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(
734: p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',
735: p_lookup_code => 'TERMINATION',
736: p_validate_yn => G_YES);
737:

Line 752: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_va_rec.id);

748:
749: END IF;
750:
751: -- Get the contract currency code
752: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_va_rec.id);
753:
754: -- Set the TRN rec
755: lp_tcnv_rec.khr_id := p_va_rec.id;
756: lp_tcnv_rec.tsu_code := 'ENTERED';

Line 1343: OKL_AM_UTIL_PVT.process_messages(

1339: END IF;
1340:
1341: /*
1342: -- Store messages in TRX_MSGS
1343: OKL_AM_UTIL_PVT.process_messages(
1344: p_trx_source_table => 'OKL_TRX_CONTRACTS_V',
1345: p_trx_id => l_tcnv_rec.id,
1346: x_return_status => l_return_status);
1347: