DBA Data[Home] [Help]

APPS.PO_AP_PURGE_PVT dependencies on PO_ASL_DOCUMENTS

Line 1441: -- Number of records in po_asl_documents

1437: -- Number of records in po_approved_supplier_list
1438: --x_asl_attr_count
1439: -- Number of records in po_asl_attributes
1440: --x_asl_doc_count
1441: -- Number of records in po_asl_documents
1442: --Returns:
1443: --Notes:
1444: --Testing:
1445: --End of Comments

Line 1541: FROM po_asl_documents;

1537: l_progress := '060';
1538:
1539: SELECT COUNT(1)
1540: INTO x_asl_doc_count
1541: FROM po_asl_documents;
1542:
1543: IF (g_fnd_debug = 'Y') THEN
1544: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
1545: FND_LOG.string