DBA Data[Home] [Help]

APPS.PO_INTG_DOCUMENT_FUNDS_GRP dependencies on PO_DOCUMENT_TYPES

Line 9: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'REQUISITION';

5: -------------------------------------------------------------------------------
6: --Package global constants
7:
8: g_doc_type_REQUISITION CONSTANT
9: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'REQUISITION';
10:
11: g_doc_type_PO CONSTANT
12: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PO';
13:

Line 12: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PO';

8: g_doc_type_REQUISITION CONSTANT
9: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'REQUISITION';
10:
11: g_doc_type_PO CONSTANT
12: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PO';
13:
14: g_doc_type_PA CONSTANT
15: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PA';
16:

Line 15: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PA';

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

Line 18: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'RELEASE';

14: g_doc_type_PA CONSTANT
15: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'PA';
16:
17: g_doc_type_RELEASE CONSTANT
18: PO_DOCUMENT_TYPES.document_type_code%TYPE := 'RELEASE';
19:
20:
21: -------------------------------------------------------------------------------
22: -- Public APIs