DBA Data[Home] [Help]

APPS.PO_MOAC_UTILS_PVT dependencies on PO_DOCUMENT_TYPES

Line 11: PO_DOCUMENT_TYPES.document_type_code%TYPE

7:
8: -- Document types
9:
10: g_doc_type_REQUISITION CONSTANT
11: PO_DOCUMENT_TYPES.document_type_code%TYPE
12: := 'REQUISITION'
13: ;
14: g_doc_type_PO CONSTANT
15: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 15: PO_DOCUMENT_TYPES.document_type_code%TYPE

11: PO_DOCUMENT_TYPES.document_type_code%TYPE
12: := 'REQUISITION'
13: ;
14: g_doc_type_PO CONSTANT
15: PO_DOCUMENT_TYPES.document_type_code%TYPE
16: := 'PO'
17: ;
18: g_doc_type_PA CONSTANT
19: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 19: PO_DOCUMENT_TYPES.document_type_code%TYPE

15: PO_DOCUMENT_TYPES.document_type_code%TYPE
16: := 'PO'
17: ;
18: g_doc_type_PA CONSTANT
19: PO_DOCUMENT_TYPES.document_type_code%TYPE
20: := 'PA'
21: ;
22: g_doc_type_RELEASE CONSTANT
23: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 23: PO_DOCUMENT_TYPES.document_type_code%TYPE

19: PO_DOCUMENT_TYPES.document_type_code%TYPE
20: := 'PA'
21: ;
22: g_doc_type_RELEASE CONSTANT
23: PO_DOCUMENT_TYPES.document_type_code%TYPE
24: := 'RELEASE'
25: ;
26:
27: