DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on STANDARD

Line 887: if v_type_lookup_code = 'STANDARD' then

883: v_doc_type := null;
884: if v_match_option = 'R' then
885: v_doc_type := 'RECEIPT';
886: else
887: if v_type_lookup_code = 'STANDARD' then
888: v_doc_type := 'STANDARD';
889: elsif v_type_lookup_code = 'BLANKET' then
890: v_doc_type := 'BLANKET';
891: else

Line 888: v_doc_type := 'STANDARD';

884: if v_match_option = 'R' then
885: v_doc_type := 'RECEIPT';
886: else
887: if v_type_lookup_code = 'STANDARD' then
888: v_doc_type := 'STANDARD';
889: elsif v_type_lookup_code = 'BLANKET' then
890: v_doc_type := 'BLANKET';
891: else
892: v_doc_type := 'PLANNED';