DBA Data[Home] [Help]

APPS.OKC_CONTRACT_PVT dependencies on FND_ATTACHED_DOCUMENTS

Line 923: l_major_version FND_ATTACHED_DOCUMENTS.PK2_VALUE%TYPE;

919: x_msg_data OUT NOCOPY VARCHAR2,
920: p_chrv_rec IN OKC_CHR_PVT.chrv_rec_type) IS
921:
922: l_dummy_val NUMBER;
923: l_major_version FND_ATTACHED_DOCUMENTS.PK2_VALUE%TYPE;
924:
925: Cursor l_clev_csr Is
926: select count(*)
927: from OKC_K_LINES_B

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 1701: l_major_version FND_ATTACHED_DOCUMENTS.PK2_VALUE%TYPE;

1697:
1698: l_return_status VARCHAR2(1) := OKC_API.G_RET_STS_SUCCESS;
1699: l_chr_id NUMBER;
1700: l_dummy_val NUMBER;
1701: l_major_version FND_ATTACHED_DOCUMENTS.PK2_VALUE%TYPE;
1702:
1703: Cursor l_clev_csr Is
1704: select count(*)
1705: from OKC_K_LINES_B

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: );