DBA Data[Home] [Help]

APPS.PO_NOTIFICATIONS_SV2 dependencies on STANDARD

Line 146: ELSIF x_notif_doc_type IN ('STANDARD', 'PLANNED') THEN

142: ELSIF x_notif_doc_type IN ('INTERNAL', 'PURCHASE') THEN
143: x_type := 'REQUISITION';
144: x_subtype := x_notif_doc_type;
145:
146: ELSIF x_notif_doc_type IN ('STANDARD', 'PLANNED') THEN
147: x_type := 'PO';
148: x_subtype := x_notif_doc_type;
149:
150: ELSIF x_notif_doc_type IN ('BLANKET', 'CONTRACT') THEN