DBA Data[Home] [Help]

APPS.OKC_CONTRACT_DOCS_GRP dependencies on OKC_CONTRACT_DOCS_PVT

Line 304: OKC_CONTRACT_DOCS_PVT.Insert_Row(

300:
301: --------------------------------------------
302: -- Calling Simple API for Creating A Row
303: --------------------------------------------
304: OKC_CONTRACT_DOCS_PVT.Insert_Row(
305: p_validation_level => p_validation_level,
306: x_return_status => x_return_status,
307: p_business_document_type => p_business_document_type,
308: p_business_document_id => p_business_document_id,

Line 533: OKC_CONTRACT_DOCS_PVT.Update_Row(

529:
530: --------------------------------------------
531: -- Calling Simple API for Updating A Row
532: --------------------------------------------
533: OKC_CONTRACT_DOCS_PVT.Update_Row(
534: p_validation_level => p_validation_level,
535: x_return_status => x_return_status,
536: p_business_document_type => p_business_document_type,
537: p_business_document_id => p_business_document_id,

Line 907: OKC_CONTRACT_DOCS_PVT.Update_Row(

903: CLOSE fnd_attached_doc_csr;
904: CLOSE fnd_doc_csr;
905:
906: -- Update the record in OKC_CONTRACT_DOCS table, set delete_flag='Y'
907: OKC_CONTRACT_DOCS_PVT.Update_Row(
908: x_return_status => l_return_status,
909: p_business_document_type => attach_rec.business_document_type,
910: p_business_document_id => attach_rec.business_document_id,
911: p_business_document_version => attach_rec.business_document_version,

Line 965: OKC_CONTRACT_DOCS_PVT.Delete_Row(

961:
962: --------------------------------------------------------------------
963: -- Calling Simple API for Deleting A Row
964: --------------------------------------------------------------------
965: OKC_CONTRACT_DOCS_PVT.Delete_Row(
966: x_return_status => x_return_status,
967: p_business_document_type => p_business_document_type,
968: p_business_document_id => p_business_document_id,
969: p_business_document_version => p_business_document_version,

Line 1307: OKC_CONTRACT_DOCS_PVT.Delete_Row(

1303: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
1304: FND_LOG.STRING( FND_LOG.LEVEL_PROCEDURE, G_MODULE||l_api_name,'2737: Deleting OKC_CONTRACT_DOCS record');
1305: END IF;
1306: -- Delete record in OKC_CONTRACT_DOCS table
1307: OKC_CONTRACT_DOCS_PVT.Delete_Row(
1308: x_return_status => l_return_status,
1309: p_business_document_type => attach_rec.business_document_type,
1310: p_business_document_id => attach_rec.business_document_id,
1311: p_business_document_version => attach_rec.business_document_version,

Line 1356: OKC_CONTRACT_DOCS_PVT.Delete_Row(

1352: X_attached_document_id => ref_del_rec.attached_document_id,
1353: X_datatype_id => l_datatype_id,
1354: delete_document_flag => 'N'); -- Don't delete FND_DOCUMENTS records
1355: -- Delete record in OKC_CONTRACT_DOCS table
1356: OKC_CONTRACT_DOCS_PVT.Delete_Row(
1357: x_return_status => l_return_status,
1358: p_business_document_type => ref_del_rec.business_document_type,
1359: p_business_document_id => ref_del_rec.business_document_id,
1360: p_business_document_version => ref_del_rec.business_document_version,

Line 2806: OKC_CONTRACT_DOCS_PVT.update_row(

2802: FETCH primary_doc_csr into l_attached_document_id,l_object_version_number;
2803: CLOSE primary_doc_csr;
2804:
2805: IF l_attached_document_id IS NOT NULL THEN
2806: OKC_CONTRACT_DOCS_PVT.update_row(
2807: x_return_status => x_return_status,
2808: p_business_document_type => p_document_type,
2809: p_business_document_id => p_document_id,
2810: p_business_document_version => -99,