DBA Data[Home] [Help]

APPS.PO_HEADERS_SV5 dependencies on STANDARD

Line 170: if ((X_type_lookup_code = 'STANDARD') or

166: /* Check if the document has to be unapproved. If the header is
167: already unapproved or never approved don't have to
168: unapprove it - this applies to POs and PAs */
169:
170: if ((X_type_lookup_code = 'STANDARD') or
171: (X_type_lookup_code = 'PLANNED') or
172: (X_type_lookup_code = 'BLANKET') or
173: (X_type_lookup_code = 'CONTRACT') ) then
174:

Line 388: ELSIF (X_Type_Lookup_Code = 'STANDARD') THEN

384: IF ((l_vendor_information_updated) AND
385: (NVL(l_conterms_exist_flag, 'N')='Y')) THEN
386: IF (X_Type_Lookup_Code IN ('BLANKET', 'CONTRACT')) THEN
387: l_contracts_document_type := 'PA_'||X_Type_Lookup_Code;
388: ELSIF (X_Type_Lookup_Code = 'STANDARD') THEN
389: l_contracts_document_type := 'PO_'||X_Type_Lookup_Code;
390: END IF;
391:
392: -- call contracts API to update the supplier information on terms

Line 439: /* no need to do anything in the case of a standard PO */

435: END LOOP;
436:
437: CLOSE unapproved_releases;
438: else /*not blanket PO */
439: /* no need to do anything in the case of a standard PO */
440: null;
441: end if;
442:
443: /* po_notifications_sv1.send_po_notif (x_type_lookup_code,