DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PARAMS dependencies on PO_HEADERS

Line 107: g_document_subtype po_headers_interface.document_subtype%type := null;

103: ------------- GLOBAL VARIABLE LIST ------------------
104: ----------------------------------------------------- */
105:
106: -- document related
107: g_document_subtype po_headers_interface.document_subtype%type := null;
108: g_document_type VARCHAR2(25) := null;
109: g_interface_source_code VARCHAR2(25);
110: g_is_complex_work_po BOOLEAN := FALSE;
111: g_is_clm_po VARCHAR2(1) := 'N';

Line 112: g_old_document_num po_headers.clm_document_number%type:=null; --Bug 10136310

108: g_document_type VARCHAR2(25) := null;
109: g_interface_source_code VARCHAR2(25);
110: g_is_complex_work_po BOOLEAN := FALSE;
111: g_is_clm_po VARCHAR2(1) := 'N';
112: g_old_document_num po_headers.clm_document_number%type:=null; --Bug 10136310
113: g_interface_header_id NUMBER;
114:
115: -- organization
116: g_purchasing_ou_id NUMBER;

Line 120: g_mode po_headers_interface.action%type := null;

116: g_purchasing_ou_id NUMBER;
117: g_hdr_requesting_ou_id NUMBER;
118:
119: -- action
120: g_mode po_headers_interface.action%type := null;
121: g_group_code po_headers_interface.group_code%type := null;
122:
123: -- rate
124: g_rate_for_req_fields NUMBER;

Line 121: g_group_code po_headers_interface.group_code%type := null;

117: g_hdr_requesting_ou_id NUMBER;
118:
119: -- action
120: g_mode po_headers_interface.action%type := null;
121: g_group_code po_headers_interface.group_code%type := null;
122:
123: -- rate
124: g_rate_for_req_fields NUMBER;
125:

Line 158: g_clm_source_document_id PO_HEADERS_ALL.clm_source_document_id%TYPE;

154: x_orig_org_id NUMBER;
155: x_sourcing_k_doc_type VARCHAR2(50);
156: x_conterms_exist_flag VARCHAR2(1);
157:
158: g_clm_source_document_id PO_HEADERS_ALL.clm_source_document_id%TYPE;
159:
160: -- Added for linking requisition to modification project
161: g_process_code po_headers_interface.process_code%TYPE;
162:

Line 161: g_process_code po_headers_interface.process_code%TYPE;

157:
158: g_clm_source_document_id PO_HEADERS_ALL.clm_source_document_id%TYPE;
159:
160: -- Added for linking requisition to modification project
161: g_process_code po_headers_interface.process_code%TYPE;
162:
163: -- CLM Phase 2 changes.
164: --Maintain a table to hold all error messages.
165: -- A count variabl;e to determine number of error messages