DBA Data[Home] [Help]

APPS.PO_COPYDOC_S2 dependencies on STANDARD

Line 120: IF (x_to_doc_subtype = 'PLANNED' OR x_to_doc_subtype = 'STANDARD') THEN

116: IF (x_po_header_record.quotation_class_code = 'CATALOG') THEN
117: x_po_header_record.type_lookup_code := 'BLANKET';
118:
119: ELSIF (x_po_header_record.quotation_class_code = 'BID') THEN
120: IF (x_to_doc_subtype = 'PLANNED' OR x_to_doc_subtype = 'STANDARD') THEN
121: x_po_header_record.type_lookup_code := x_to_doc_subtype;
122: ELSE
123: -- fnd_message.debug('Invalid to_type for a bid quotation copy: ' || x_to_doc_subtype);
124: NULL;

Line 194: -- Standard WHO columns, not inserted

190: x_po_header_record.last_update_login := fnd_global.login_id;
191: x_po_header_record.created_by := fnd_global.user_id;
192: x_po_header_record.creation_date := SYSDATE;
193:
194: -- Standard WHO columns, not inserted
195: x_po_header_record.program_application_id := NULL;
196: x_po_header_record.program_id := NULL;
197: x_po_header_record.program_update_date := NULL;
198: x_po_header_record.request_id := NULL;