DBA Data[Home] [Help]

APPS.PO_PROTESTS_UTIL dependencies on FND_DOCUMENT_CATEGORIES_VL

Line 51: fnd_document_categories_vl

47: WHERE pk1_value = p_protest_id
48: AND entity_name = 'PO_PROTESTS'
49: AND category_id IN (SELECT category_id
50: FROM
51: fnd_document_categories_vl
52: WHERE name =
53: 'CUSTOM5641'
54: ));
55: EXCEPTION

Line 72: FROM fnd_document_categories_vl

68:
69: --Get the Category Id of 'PO Documents' Category
70: SELECT category_id
71: INTO l_category_id
72: FROM fnd_document_categories_vl
73: WHERE name = 'CUSTOM5641';
74:
75: l_progress := '006';
76: