DBA Data[Home] [Help]

APPS.POREQ dependencies on PO_DOCUMENT_TYPES

Line 9: forwarding_mode_code po_document_types.forwarding_mode_code%TYPE,

5: TYPE ReqInfoType IS RECORD
6: ( preparer_id po_requisition_headers.preparer_id%TYPE,
7: type varchar2(30) := 'REQUISITION',
8: sub_type po_requisition_headers.type_lookup_code%TYPE,
9: forwarding_mode_code po_document_types.forwarding_mode_code%TYPE,
10: approval_path_id po_document_types.default_approval_path_id%TYPE,
11: can_preparer_approve_flag po_document_types.can_preparer_approve_flag%TYPE
12: );
13: --

Line 10: approval_path_id po_document_types.default_approval_path_id%TYPE,

6: ( preparer_id po_requisition_headers.preparer_id%TYPE,
7: type varchar2(30) := 'REQUISITION',
8: sub_type po_requisition_headers.type_lookup_code%TYPE,
9: forwarding_mode_code po_document_types.forwarding_mode_code%TYPE,
10: approval_path_id po_document_types.default_approval_path_id%TYPE,
11: can_preparer_approve_flag po_document_types.can_preparer_approve_flag%TYPE
12: );
13: --
14: --

Line 11: can_preparer_approve_flag po_document_types.can_preparer_approve_flag%TYPE

7: type varchar2(30) := 'REQUISITION',
8: sub_type po_requisition_headers.type_lookup_code%TYPE,
9: forwarding_mode_code po_document_types.forwarding_mode_code%TYPE,
10: approval_path_id po_document_types.default_approval_path_id%TYPE,
11: can_preparer_approve_flag po_document_types.can_preparer_approve_flag%TYPE
12: );
13: --
14: --
15: functional_currency gl_sets_of_books.currency_code%TYPE;