DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_AM_UTIL_PVT

Line 1659: OKL_AM_UTIL_PVT.get_transaction_id (

1655: IF lx_tcnv_rec.id IS NULL
1656: OR lx_tcnv_rec.id = G_MISS_NUM THEN
1657:
1658: -- Get the Transaction Id
1659: OKL_AM_UTIL_PVT.get_transaction_id (
1660: p_try_name => 'Termination',
1661: x_return_status => l_return_status,
1662: x_try_id => l_try_id);
1663:

Line 1665: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(

1661: x_return_status => l_return_status,
1662: x_try_id => l_try_id);
1663:
1664: -- Get the meaning of lookup OKL_ACCOUNTING_EVENT_TYPE
1665: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(
1666: p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',
1667: p_lookup_code => 'TERMINATION',
1668: p_validate_yn => G_YES);
1669:

Line 1684: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_ia_rec.id);

1680:
1681: END IF;
1682:
1683: -- Get the contract currency code -- *** will IA have currency code
1684: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_ia_rec.id);
1685:
1686: -- Set the TRN rec
1687: lp_tcnv_rec.khr_id := p_ia_rec.id;
1688:

Line 3015: OKL_AM_UTIL_PVT.process_messages(

3011: -- Set the return status
3012: x_return_status := l_return_status;
3013:
3014: -- Store messages in TRX_MSGS
3015: OKL_AM_UTIL_PVT.process_messages(
3016: p_trx_source_table => 'OKL_TRX_CONTRACTS',
3017: p_trx_id => l_tcnv_rec.id,
3018: x_return_status => l_return_status);
3019:

Line 3048: OKL_AM_UTIL_PVT.process_messages(

3044:
3045: WHEN G_EXCEPTION THEN
3046:
3047: -- Store messages in TRX_MSGS
3048: OKL_AM_UTIL_PVT.process_messages(
3049: p_trx_source_table => 'OKL_TRX_CONTRACTS',
3050: p_trx_id => l_tcnv_rec.id,
3051: x_return_status => l_return_status);
3052: