DBA Data[Home] [Help]

APPS.OKC_VERSION_PVT dependencies on OKC_K_SALES_CREDITS

Line 1973: delete from OKC_K_SALES_CREDITS WHERE dnz_chr_id = p_chr_id;

1969: -- delete from OKC_PRICE_ATT_VALUES WHERE chr_id = p_chr_id or cle_id in (select id from okc_k_lines_b where dnz_chr_id=p_chr_id);
1970: --
1971:
1972:
1973: delete from OKC_K_SALES_CREDITS WHERE dnz_chr_id = p_chr_id;
1974:
1975:
1976:
1977: --Restore contract header

Line 2189: --Restore OKC_K_SALES_CREDITS

2185: RAISE OKC_API.G_EXCEPTION_ERROR;
2186: END IF;
2187:
2188:
2189: --Restore OKC_K_SALES_CREDITS
2190: l_return_status:=OKC_SCR_PVT.Restore_Version(l_chr_id,l_minus_version);
2191: --- If any errors happen abort API
2192: IF (l_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
2193: RAISE OKC_API.G_EXCEPTION_UNEXPECTED_ERROR;