DBA Data[Home] [Help]

APPS.AHL_DI_DOC_INDEX_PUB dependencies on AHL_SUPPLIER_DOCUMENTS

Line 1335: FROM ahl_supplier_documents

1331: -- Cursor used to find if a supplier exist for the document
1332: CURSOR check_sup_exists(c_document_id NUMBER)
1333: IS
1334: SELECT 'X'
1335: FROM ahl_supplier_documents
1336: WHERE document_id = c_document_id;
1337: -- Cursor to find if there are active subscription for the document
1338: -- adharia -- added nvl to end_date;--11 July 2002
1339: CURSOR check_sub_exists(c_document_id NUMBER)