DBA Data[Home] [Help]

APPS.IEX_REPOSSESS_PVT dependencies on OKL_AM_ASSET_RETURN_PUB

Line 34: lp_artv_rec okl_am_asset_return_pub.artv_rec_type;

30: lp_repv_rec repv_rec_type;
31: lx_repv_rec repv_rec_type;
32:
33: --record type to create a return request in OKL_ASSET_RETURNS_B
34: lp_artv_rec okl_am_asset_return_pub.artv_rec_type;
35: lx_artv_rec okl_am_asset_return_pub.artv_rec_type;
36:
37:
38: --BEGIN for bug 4610223 -jsanju 09/14/05

Line 35: lx_artv_rec okl_am_asset_return_pub.artv_rec_type;

31: lx_repv_rec repv_rec_type;
32:
33: --record type to create a return request in OKL_ASSET_RETURNS_B
34: lp_artv_rec okl_am_asset_return_pub.artv_rec_type;
35: lx_artv_rec okl_am_asset_return_pub.artv_rec_type;
36:
37:
38: --BEGIN for bug 4610223 -jsanju 09/14/05
39: --Cursor to get the contract line id of the financial asset

Line 102: okl_am_asset_return_pub.create_asset_return(

98: lp_artv_rec.date_hold_until := p_date_hold_until;
99: lp_artv_rec.relocate_asset_yn := p_relocate_asset_yn;
100:
101: --Insert repossession request into okl_asset_returns_b
102: okl_am_asset_return_pub.create_asset_return(
103: p_api_version => p_api_version,
104: p_init_msg_list => p_init_msg_list,
105: x_return_status => l_return_status,
106: x_msg_count => x_msg_count,