DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_DOCUMENT_TYPES

Line 33: PO_DOCUMENT_TYPES.document_type_code%TYPE

29:
30: -- Document types
31:
32: g_doc_type_REQUISITION CONSTANT
33: PO_DOCUMENT_TYPES.document_type_code%TYPE
34: := 'REQUISITION'
35: ;
36: g_doc_type_PO CONSTANT
37: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 37: PO_DOCUMENT_TYPES.document_type_code%TYPE

33: PO_DOCUMENT_TYPES.document_type_code%TYPE
34: := 'REQUISITION'
35: ;
36: g_doc_type_PO CONSTANT
37: PO_DOCUMENT_TYPES.document_type_code%TYPE
38: := 'PO'
39: ;
40: g_doc_type_PA CONSTANT
41: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 41: PO_DOCUMENT_TYPES.document_type_code%TYPE

37: PO_DOCUMENT_TYPES.document_type_code%TYPE
38: := 'PO'
39: ;
40: g_doc_type_PA CONSTANT
41: PO_DOCUMENT_TYPES.document_type_code%TYPE
42: := 'PA'
43: ;
44: g_doc_type_RELEASE CONSTANT
45: PO_DOCUMENT_TYPES.document_type_code%TYPE

Line 45: PO_DOCUMENT_TYPES.document_type_code%TYPE

41: PO_DOCUMENT_TYPES.document_type_code%TYPE
42: := 'PA'
43: ;
44: g_doc_type_RELEASE CONSTANT
45: PO_DOCUMENT_TYPES.document_type_code%TYPE
46: := 'RELEASE'
47: ;
48: -- For is_encumbrance_on:
49: g_doc_type_ANY CONSTANT

Line 50: PO_DOCUMENT_TYPES.document_type_code%TYPE

46: := 'RELEASE'
47: ;
48: -- For is_encumbrance_on:
49: g_doc_type_ANY CONSTANT
50: PO_DOCUMENT_TYPES.document_type_code%TYPE
51: := 'ANY'
52: ;
53:
54: