DBA Data[Home] [Help]

APPS.PO_COMM_FPDSNG_PVT dependencies on FND_DOCUMENT_CATEGORIES

Line 835: from fnd_document_categories

831:
832: --Get the Category Id of 'PO Documents' Category
833: l_progress := '004';
834: SELECT category_id into l_category_id
835: from fnd_document_categories
836: where name = 'CUSTOM2446' ;
837:
838: IF g_debug_stmt THEN
839: PO_DEBUG.debug_var(g_log_head || l_api_name, l_progress, 'l_category_id', l_category_id);