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 104: okl_am_asset_return_pub.create_asset_return(

100:
101: mo_global.set_policy_context('S',7746); -- bug 6911936
102:
103: --Insert repossession request into okl_asset_returns_b
104: okl_am_asset_return_pub.create_asset_return(
105: p_api_version => p_api_version,
106: p_init_msg_list => p_init_msg_list,
107: x_return_status => l_return_status,
108: x_msg_count => x_msg_count,