DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_DISPOSE_PVT dependencies on OKL_AM_LEASE_LOAN_TRMNT_PVT

Line 3229: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(

3225: -- ++++++++++++++++++++ service contract integration begin ++++++++++++++++++
3226:
3227: -- RMUNJULU 3061751 11-SEP-2003
3228: -- Check if linked service contract exists for the asset which is disposed
3229: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(
3230: p_asset_id => p_financial_asset_id,
3231: p_source => 'DISPOSE');
3232:
3233: -- Do the Service Contract Integration Notification for DISPOSE

Line 3234: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(

3230: p_asset_id => p_financial_asset_id,
3231: p_source => 'DISPOSE');
3232:
3233: -- Do the Service Contract Integration Notification for DISPOSE
3234: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(
3235: p_transaction_id => p_financial_asset_id,
3236: p_transaction_date => l_quote_accpt_date, -- rmunjulu EDAT changed from sysdate to acceptance date
3237: p_source => 'DISPOSE_1',
3238: p_service_integration_needed => l_service_int_needed);

Line 4943: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(

4939: -- ++++++++++++++++++++ service contract integration begin ++++++++++++++++++
4940:
4941: -- RMUNJULU 3061751 11-SEP-2003
4942: -- Check if linked service contract exists for the asset which is disposed
4943: l_service_int_needed := OKL_AM_LEASE_LOAN_TRMNT_PVT.check_service_k_int_needed(
4944: p_asset_id => l_kle_id,
4945: p_source => 'DISPOSE');
4946:
4947: -- Do the Service Contract Integration Notification for DISPOSE

Line 4948: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(

4944: p_asset_id => l_kle_id,
4945: p_source => 'DISPOSE');
4946:
4947: -- Do the Service Contract Integration Notification for DISPOSE
4948: OKL_AM_LEASE_LOAN_TRMNT_PVT.service_k_integration(
4949: p_transaction_id => l_kle_id,
4950: p_transaction_date => SYSDATE,
4951: p_source => 'DISPOSE_2',
4952: p_service_integration_needed => l_service_int_needed);