DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PUB dependencies on OKL_AM_REMARKET_ASSET_PVT

Line 61: OKL_AM_REMARKET_ASSET_PVT.create_rmk_item( p_api_version => l_api_version,

57:
58:
59: -- call the insert of pvt
60:
61: OKL_AM_REMARKET_ASSET_PVT.create_rmk_item( p_api_version => l_api_version,
62: p_init_msg_list => l_init_msg_list ,
63: p_item_number => lp_item_number,
64: p_Item_Description => lp_item_description,
65: p_Item_Price => lp_item_price,

Line 164: OKL_AM_REMARKET_ASSET_PVT.remove_rmk_item( p_api_version => l_api_version,

160:
161:
162: -- call the insert of pvt
163:
164: OKL_AM_REMARKET_ASSET_PVT.remove_rmk_item( p_api_version => l_api_version,
165: p_init_msg_list => l_init_msg_list ,
166: -- SECHAWLA 21-OCT-04 3924244 : changed p_order_header_id to p_order_line_id
167: p_order_line_Id => lp_order_line_id,
168: x_return_status => l_return_status,