DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_SETS_PVT dependencies on OKL_ECC_VALUES_PVT

Line 449: okl_ecc_values_pvt.end_date_eligibility_criteria(p_api_version => g_api_version

445: --with the end date of the previous version. if the end date of eligibility
446: --criteria is null or greater than previous version end date, then the
447: --api adjusts the end date to the end date of previous lrs version.
448:
449: okl_ecc_values_pvt.end_date_eligibility_criteria(p_api_version => g_api_version
450: ,p_init_msg_list => g_false
451: ,x_return_status => l_return_status
452: ,x_msg_count => x_msg_count
453: ,x_msg_data => x_msg_data

Line 463: ,'Procedure okl_ecc_values_pvt.end_date_eligibility_criteria returned with status ' ||

459:
460: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
461: okl_debug_pub.log_debug(fnd_log.level_statement
462: ,l_module
463: ,'Procedure okl_ecc_values_pvt.end_date_eligibility_criteria returned with status ' ||
464: l_return_status);
465: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
466: IF l_return_status = g_ret_sts_error THEN
467: RAISE okl_api.g_exception_error;

Line 1518: okl_ecc_values_pvt.get_eligibility_criteria(p_api_version => g_api_version

1514:
1515: --get the ec attached to srt
1516:
1517:
1518: okl_ecc_values_pvt.get_eligibility_criteria(p_api_version => g_api_version
1519: ,p_init_msg_list => g_false
1520: ,x_return_status => l_return_status
1521: ,x_msg_count => x_msg_count
1522: ,x_msg_data => x_msg_data

Line 1536: ,'Procedure okl_ecc_values_pvt.get_eligibility_criteria returned with status ' ||

1532:
1533: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1534: okl_debug_pub.log_debug(fnd_log.level_statement
1535: ,l_module
1536: ,'Procedure okl_ecc_values_pvt.get_eligibility_criteria returned with status ' ||
1537: l_return_status);
1538: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1539: IF l_return_status = g_ret_sts_error THEN
1540: RAISE okl_api.g_exception_error;

Line 1548: okl_ecc_values_pvt.delete_eligibility_criteria(p_api_version => p_api_version

1544:
1545: --delete existing EC on LRS if any
1546:
1547:
1548: okl_ecc_values_pvt.delete_eligibility_criteria(p_api_version => p_api_version
1549: ,p_init_msg_list => okl_api.g_false
1550: ,x_return_status => l_return_status
1551: ,x_msg_count => x_msg_count
1552: ,x_msg_data => x_msg_data

Line 1561: ,'Procedure okl_ecc_values_pvt.delete_eligibility_criteria returned with status ' ||

1557:
1558: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1559: okl_debug_pub.log_debug(fnd_log.level_statement
1560: ,l_module
1561: ,'Procedure okl_ecc_values_pvt.delete_eligibility_criteria returned with status ' ||
1562: l_return_status);
1563: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1564: IF l_return_status = g_ret_sts_error THEN
1565: RAISE okl_api.g_exception_error;

Line 1595: okl_ecc_values_pvt.handle_eligibility_criteria(p_api_version => g_api_version

1591: END LOOP;
1592:
1593: --call handle_eligibility_criteria
1594:
1595: okl_ecc_values_pvt.handle_eligibility_criteria(p_api_version => g_api_version
1596: ,p_init_msg_list => g_false
1597: ,x_return_status => l_return_status
1598: ,x_msg_count => x_msg_count
1599: ,x_msg_data => x_msg_data

Line 1614: ,'Procedure okl_ecc_values_pvt.handle_eligibility_criteria returned with status ' ||

1610:
1611: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1612: okl_debug_pub.log_debug(fnd_log.level_statement
1613: ,l_module
1614: ,'Procedure okl_ecc_values_pvt.handle_eligibility_criteria returned with status ' ||
1615: l_return_status);
1616: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1617: IF l_return_status = g_ret_sts_error THEN
1618: RAISE okl_api.g_exception_error;

Line 1657: okl_ecc_values_pvt.end_date_eligibility_criteria(p_api_version => g_api_version

1653: --with the end date of the previous version. if the end date of eligibility
1654: --criteria is null or greater than previous version end date, then the
1655: --api adjusts the end date to the end date of previous lrs version.
1656:
1657: okl_ecc_values_pvt.end_date_eligibility_criteria(p_api_version => g_api_version
1658: ,p_init_msg_list => g_false
1659: ,x_return_status => l_return_status
1660: ,x_msg_count => x_msg_count
1661: ,x_msg_data => x_msg_data

Line 1671: ,'Procedure okl_ecc_values_pvt.end_date_eligibility_criteria returned with status ' ||

1667:
1668: IF (nvl(l_debug_enabled, 'N') = 'Y' AND is_debug_statement_on) THEN
1669: okl_debug_pub.log_debug(fnd_log.level_statement
1670: ,l_module
1671: ,'Procedure okl_ecc_values_pvt.end_date_eligibility_criteria returned with status ' ||
1672: l_return_status);
1673: END IF; -- end of NVL(l_debug_enabled,'N')='Y'
1674: IF l_return_status = g_ret_sts_error THEN
1675: RAISE okl_api.g_exception_error;