DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

Line 3221: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(

3217: -- ++++++++++++++++++++ service contract integration begin ++++++++++++++++++
3218:
3219: -- RMUNJULU 3061751 11-SEP-2003
3220: -- Check if linked service contract exists for the asset which is disposed
3221: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(
3222: p_asset_id => p_financial_asset_id,
3223: p_source => 'DISPOSE');
3224:
3225: -- Do the Service Contract Integration Notification for DISPOSE

Line 3226: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(

3222: p_asset_id => p_financial_asset_id,
3223: p_source => 'DISPOSE');
3224:
3225: -- Do the Service Contract Integration Notification for DISPOSE
3226: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(
3227: p_transaction_id => p_financial_asset_id,
3228: p_transaction_date => l_quote_accpt_date, -- rmunjulu EDAT changed from sysdate to acceptance date
3229: p_source => 'DISPOSE_1',
3230: p_service_integration_needed => l_service_int_needed);

Line 4928: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(

4924: -- ++++++++++++++++++++ service contract integration begin ++++++++++++++++++
4925:
4926: -- RMUNJULU 3061751 11-SEP-2003
4927: -- Check if linked service contract exists for the asset which is disposed
4928: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(
4929: p_asset_id => l_kle_id,
4930: p_source => 'DISPOSE');
4931:
4932: -- Do the Service Contract Integration Notification for DISPOSE

Line 4933: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(

4929: p_asset_id => l_kle_id,
4930: p_source => 'DISPOSE');
4931:
4932: -- Do the Service Contract Integration Notification for DISPOSE
4933: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(
4934: p_transaction_id => l_kle_id,
4935: p_transaction_date => SYSDATE,
4936: p_source => 'DISPOSE_2',
4937: p_service_integration_needed => l_service_int_needed);