DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1083: -- in fnd_attached_documents2_pkg.delete_attachments call

1079: -- The following line to be added to the code once
1080: -- bug 1553916 completes
1081: -- l_pkey2 => l_major_version) = 'Y')
1082: -- also below remove the comments
1083: -- in fnd_attached_documents2_pkg.delete_attachments call
1084: Then
1085: fnd_attached_documents2_pkg.delete_attachments(
1086: x_entity_name => 'OKC_K_HEADERS_B',
1087: x_pk1_value => p_chrv_rec.id,

Line 1085: fnd_attached_documents2_pkg.delete_attachments(

1081: -- l_pkey2 => l_major_version) = 'Y')
1082: -- also below remove the comments
1083: -- in fnd_attached_documents2_pkg.delete_attachments call
1084: Then
1085: fnd_attached_documents2_pkg.delete_attachments(
1086: x_entity_name => 'OKC_K_HEADERS_B',
1087: x_pk1_value => p_chrv_rec.id,
1088: x_pk2_value => l_major_version
1089: );

Line 1952: -- in fnd_attached_documents2_pkg.delete_attachments call

1948: -- The following line to be added to the code once
1949: -- bug 1553916 completes
1950: -- l_pkey2 => l_major_version) = 'Y')
1951: -- also below remove the comments
1952: -- in fnd_attached_documents2_pkg.delete_attachments call
1953: Then
1954: fnd_attached_documents2_pkg.delete_attachments(
1955: x_entity_name => 'OKC_K_LINES_B',
1956: x_pk1_value => p_clev_rec.id,

Line 1954: fnd_attached_documents2_pkg.delete_attachments(

1950: -- l_pkey2 => l_major_version) = 'Y')
1951: -- also below remove the comments
1952: -- in fnd_attached_documents2_pkg.delete_attachments call
1953: Then
1954: fnd_attached_documents2_pkg.delete_attachments(
1955: x_entity_name => 'OKC_K_LINES_B',
1956: x_pk1_value => p_clev_rec.id,
1957: x_pk2_value => l_major_version
1958: );