DBA Data[Home] [Help]

APPS.OKL_AM_TERMINATE_INV_AGMT_PVT dependencies on OKL_AM_UTIL_PVT

Line 1637: OKL_AM_UTIL_PVT.get_transaction_id (

1633: IF lx_tcnv_rec.id IS NULL
1634: OR lx_tcnv_rec.id = G_MISS_NUM THEN
1635:
1636: -- Get the Transaction Id
1637: OKL_AM_UTIL_PVT.get_transaction_id (
1638: p_try_name => 'Termination',
1639: x_return_status => l_return_status,
1640: x_try_id => l_try_id);
1641:

Line 1643: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(

1639: x_return_status => l_return_status,
1640: x_try_id => l_try_id);
1641:
1642: -- Get the meaning of lookup OKL_ACCOUNTING_EVENT_TYPE
1643: l_trans_meaning := OKL_AM_UTIL_PVT.get_lookup_meaning(
1644: p_lookup_type => 'OKL_ACCOUNTING_EVENT_TYPE',
1645: p_lookup_code => 'TERMINATION',
1646: p_validate_yn => G_YES);
1647:

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

1658:
1659: END IF;
1660:
1661: -- Get the contract currency code -- *** will IA have currency code
1662: l_currency_code := OKL_AM_UTIL_PVT.get_chr_currency(p_ia_rec.id);
1663:
1664: -- Set the TRN rec
1665: lp_tcnv_rec.khr_id := p_ia_rec.id;
1666:

Line 2993: OKL_AM_UTIL_PVT.process_messages(

2989: -- Set the return status
2990: x_return_status := l_return_status;
2991:
2992: -- Store messages in TRX_MSGS
2993: OKL_AM_UTIL_PVT.process_messages(
2994: p_trx_source_table => 'OKL_TRX_CONTRACTS',
2995: p_trx_id => l_tcnv_rec.id,
2996: x_return_status => l_return_status);
2997:

Line 3026: OKL_AM_UTIL_PVT.process_messages(

3022:
3023: WHEN G_EXCEPTION THEN
3024:
3025: -- Store messages in TRX_MSGS
3026: OKL_AM_UTIL_PVT.process_messages(
3027: p_trx_source_table => 'OKL_TRX_CONTRACTS',
3028: p_trx_id => l_tcnv_rec.id,
3029: x_return_status => l_return_status);
3030: