DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTNOTIF_PVT dependencies on STANDARD

Line 3319: if(l_type_lookup_code = 'STANDARD') then

3315: l_carrier, l_ship_to_id, l_acceptance_required_flag,l_type_lookup_code
3316: from po_headers_all
3317: where po_header_id = l_header_id;
3318:
3319: if(l_type_lookup_code = 'STANDARD') then
3320: l_document_type := fnd_message.get_string('PO','PO_WF_NOTIF_STD_PO');
3321: elsif(l_type_lookup_code = 'PLANNED') then
3322: l_document_type := fnd_message.get_string('PO','PO_WF_NOTIF_PLAN_PO');
3323: elsif(l_type_lookup_code = 'BLANKET') then