DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on FND_ATTACHMENT_UTIL_PKG

Line 1074: If (fnd_attachment_util_pkg.get_atchmt_exists (

1070: close l_cvm_csr;
1071:
1072: -- Delete any attachments assiciated
1073: If (x_return_status = OKC_API.G_RET_STS_SUCCESS) Then
1074: If (fnd_attachment_util_pkg.get_atchmt_exists (
1075: l_entity_name => 'OKC_K_HEADERS_B',
1076: l_pkey1 => p_chrv_rec.id,
1077: l_pkey2 => l_major_version) = 'Y')
1078:

Line 1943: If (fnd_attachment_util_pkg.get_atchmt_exists (

1939: close l_cvm_csr;
1940:
1941: -- Delete any attachments assiciated with this line
1942: If (x_return_status = OKC_API.G_RET_STS_SUCCESS) Then
1943: If (fnd_attachment_util_pkg.get_atchmt_exists (
1944: l_entity_name => 'OKC_K_LINES_B',
1945: l_pkey1 => p_clev_rec.id,
1946: l_pkey2 => l_major_version) = 'Y')
1947: