DBA Data[Home] [Help]

APPS.OKC_RENEW_PVT dependencies on OKC_OKS_PUB

Line 435: IF (OKC_OKS_PUB.Is_Renew_Allowed(p_chr_id => p_chr_id,

431: okc_debug.log('1000: Leaving is_renew_allowed ', 2);
432: okc_debug.Reset_Indentation;
433: return(FALSE);
434: End If;
435: IF (OKC_OKS_PUB.Is_Renew_Allowed(p_chr_id => p_chr_id,
436: x_return_status => l_return_status)) Then
437: IF (l_debug = 'Y') THEN
438: okc_debug.log('1018: Leaving is_renew_allowed ', 2);
439: okc_debug.Reset_Indentation;

Line 776: l_return_flag := OKC_OKS_PUB.VALIDATE_OKS_LINES(p_contract_id);

772: RETURN(OKC_API.G_FALSE);
773: END IF;
774:
775: -- Bug 3584224 Invoking validate_oks_lines to check if all the sublines have been terminated.
776: l_return_flag := OKC_OKS_PUB.VALIDATE_OKS_LINES(p_contract_id);
777: return l_return_flag;
778:
779: END VALIDATE_LINE;
780: