DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_CREATE_KLE_PVT

Line 152: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.

148: ELSE
149: l_klev_fin_rec.residual_value := l_residual_value;
150: END IF;
151: -- gboomina added for Bug 6369401 - Start
152: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
153: ELSE
154: l_klev_fin_rec.residual_value := NULL;
155: -- gboomina added for Bug 6369401 - End
156: END IF;

Line 262: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.

258:
259: IF (p_las_rec.residual_percentage IS NOT NULL) THEN
260: l_klev_fin_rec.residual_percentage := p_las_rec.residual_percentage;
261: -- gboomina added for Bug 6369401 - Start
262: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
263: ELSE
264: l_klev_fin_rec.residual_percentage := NULL;
265: -- gboomina added for Bug 6369401 - End
266: END IF;

Line 317: OKL_CREATE_KLE_PVT.Create_all_line(p_api_version => p_api_version,

313: END IF;
314: -- gboomina Added for Bug 5876083 - End
315:
316: -- Business API call section
317: OKL_CREATE_KLE_PVT.Create_all_line(p_api_version => p_api_version,
318: p_init_msg_list => p_init_msg_list,
319: x_return_status => x_return_status,
320: x_msg_count => x_msg_count,
321: x_msg_data => x_msg_data,

Line 484: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.

480: ELSE
481: l_klev_fin_rec.residual_value := l_residual_value;
482: END IF;
483: -- gboomina added for Bug 6369401 - Start
484: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
485: ELSE
486: l_klev_fin_rec.residual_value := NULL;
487: -- gboomina added for Bug 6369401 - End
488: END IF;

Line 567: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.

563:
564: IF (p_las_rec.residual_percentage IS NOT NULL) THEN
565: l_klev_fin_rec.residual_percentage := p_las_rec.residual_percentage;
566: -- gboomina added for Bug 6369401 - Start
567: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
568: ELSE
569: l_klev_fin_rec.residual_percentage := NULL;
570: -- gboomina added for Bug 6369401 - End
571: END IF;

Line 629: OKL_CREATE_KLE_PVT.update_all_line(p_api_version => p_api_version,

625: END IF;
626: -- gboomina Added for Bug 5876083 - End
627:
628: -- Business API call section
629: OKL_CREATE_KLE_PVT.update_all_line(p_api_version => p_api_version,
630: p_init_msg_list => p_init_msg_list,
631: x_return_status => x_return_status,
632: x_msg_count => x_msg_count,
633: x_msg_data => x_msg_data,