DBA Data[Home] [Help]

APPS.IGS_AD_SS_GEN_001 dependencies on FND_DOCUMENTS_PKG

Line 5378: FND_DOCUMENTS_PKG.DELETE_ROW (

5374: -- This method will be used to delete the Personal Statement Attachment record
5375: -- from the tables FND_ATTCHED_DOCUMENTS, FND_DOCUMENTS and FND_LOBS.
5376: BEGIN
5377: x_return_status := 'S';
5378: FND_DOCUMENTS_PKG.DELETE_ROW (
5379: x_document_id => p_document_id,
5380: x_datatype_id => 6,
5381: delete_ref_Flag => 'Y'
5382: );

Line 5480: FND_DOCUMENTS_PKG.DELETE_ROW (

5476: -- This method will be used to delete the Personal Statement Attachment record
5477: -- from the tables FND_ATTCHED_DOCUMENTS, FND_DOCUMENTS and FND_LOBS.
5478: BEGIN
5479: x_return_status := 'S';
5480: FND_DOCUMENTS_PKG.DELETE_ROW (
5481: x_document_id => p_document_id,
5482: x_datatype_id => 6,
5483: delete_ref_Flag => 'Y'
5484: );