DBA Data[Home] [Help]

APPS.PO_DRILLDOWN_PUB_PKG dependencies on STANDARD

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

166: l_document_subtype
167: FROM po_headers_all
168: WHERE po_header_id=p_source_id_int_1;
169: d_progress :=50;
170: IF(l_document_subtype ='STANDARD')THEN
171: d_progress :=60;
172: p_user_interface_type := 'HTML';
173: p_parameters := '/OA_HTML/OA.jsp?OAFunc=PO_ORDER'||'&'||'poHeaderId=' || to_char(l_document_id)||'&'||'poMode=viewOnly';
174: ELSIF(l_document_subtype ='BLANKET' AND l_global_agreement_flag='Y')THEN