DBA Data[Home] [Help]

APPS.PO_DRILLDOWN_PUB_PKG dependencies on STANDARD

Line 189: IF(l_document_subtype ='STANDARD')THEN

185: l_document_subtype
186: FROM po_headers_all
187: WHERE po_header_id=p_source_id_int_1;
188: d_progress :=50;
189: IF(l_document_subtype ='STANDARD')THEN
190: d_progress :=60;
191: p_user_interface_type := 'HTML';
192: p_parameters := '/OA_HTML/OA.jsp?OAFunc=PO_ORDER'||'&'||'poHeaderId=' || to_char(l_document_id)||'&'||'poMode=viewOnly'||'&'||'poHideUpdate=Y';
193: ELSIF(l_document_subtype ='BLANKET' AND l_global_agreement_flag='Y')THEN