DBA Data[Home] [Help]

APPS.POREQ dependencies on PO_REQUISITION_HEADERS

Line 6: ( preparer_id po_requisition_headers.preparer_id%TYPE,

2: --$Header: ICXPORQS.pls 115.1 99/07/17 03:20:25 porting ship $
3: --
4: --
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,

Line 8: sub_type po_requisition_headers.type_lookup_code%TYPE,

4: --
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: );