DBA Data[Home] [Help]

APPS.OKL_AM_ASSET_RETURN_PVT dependencies on STANDARD

Line 2030: -- SECHAWLA 04-OCT-04 3924244 : Call the following API if the Remarketing process is setup as "Standard"

2026: RAISE OKL_API.G_EXCEPTION_ERROR;
2027: END IF;
2028:
2029:
2030: -- SECHAWLA 04-OCT-04 3924244 : Call the following API if the Remarketing process is setup as "Standard"
2031: -- Pass the item number entered by the user. Item number may be NULL (if user does not enter)
2032: IF l_remk_process = 'STANDARD' THEN
2033: IF (is_debug_statement_on) THEN
2034: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling OKL_AM_REMARKET_ASSET_PUB.create_rmk_item');

Line 2032: IF l_remk_process = 'STANDARD' THEN

2028:
2029:
2030: -- SECHAWLA 04-OCT-04 3924244 : Call the following API if the Remarketing process is setup as "Standard"
2031: -- Pass the item number entered by the user. Item number may be NULL (if user does not enter)
2032: IF l_remk_process = 'STANDARD' THEN
2033: IF (is_debug_statement_on) THEN
2034: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name, 'calling OKL_AM_REMARKET_ASSET_PUB.create_rmk_item');
2035: END IF;
2036: