DBA Data[Home] [Help]

APPS.OKL_DEAL_ASSET_PVT dependencies on OKL_CREATE_KLE_PVT

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

132: ELSE
133: l_klev_fin_rec.residual_value := l_residual_value;
134: END IF;
135: -- gboomina added for Bug 6369401 - Start
136: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
137: ELSE
138: l_klev_fin_rec.residual_value := NULL;
139: -- gboomina added for Bug 6369401 - End
140: END IF;

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

223:
224: IF (p_las_rec.residual_percentage IS NOT NULL) THEN
225: l_klev_fin_rec.residual_percentage := p_las_rec.residual_percentage;
226: -- gboomina added for Bug 6369401 - Start
227: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
228: ELSE
229: l_klev_fin_rec.residual_percentage := NULL;
230: -- gboomina added for Bug 6369401 - End
231: END IF;

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

275: END IF;
276: -- gboomina Added for Bug 5876083 - End
277:
278: -- Business API call section
279: OKL_CREATE_KLE_PVT.Create_all_line(p_api_version => p_api_version,
280: p_init_msg_list => p_init_msg_list,
281: x_return_status => x_return_status,
282: x_msg_count => x_msg_count,
283: x_msg_data => x_msg_data,

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

438: ELSE
439: l_klev_fin_rec.residual_value := l_residual_value;
440: END IF;
441: -- gboomina added for Bug 6369401 - Start
442: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
443: ELSE
444: l_klev_fin_rec.residual_value := NULL;
445: -- gboomina added for Bug 6369401 - End
446: END IF;

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

521:
522: IF (p_las_rec.residual_percentage IS NOT NULL) THEN
523: l_klev_fin_rec.residual_percentage := p_las_rec.residual_percentage;
524: -- gboomina added for Bug 6369401 - Start
525: -- down the line OKL_CREATE_KLE_PVT expects NULL to be passed if not entered.
526: ELSE
527: l_klev_fin_rec.residual_percentage := NULL;
528: -- gboomina added for Bug 6369401 - End
529: END IF;

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

583: END IF;
584: -- gboomina Added for Bug 5876083 - End
585:
586: -- Business API call section
587: OKL_CREATE_KLE_PVT.update_all_line(p_api_version => p_api_version,
588: p_init_msg_list => p_init_msg_list,
589: x_return_status => x_return_status,
590: x_msg_count => x_msg_count,
591: x_msg_data => x_msg_data,