DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on PO_HEADERS_ALL

Line 5133: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;

5129: l_buyer_id Number;
5130: -- 4283726 l_purchase_uom Varchar2(10);
5131: l_purchase_uom po_asl_attributes.purchasing_unit_of_measure%type; -- 4283726
5132: l_doc_return Varchar2(5);
5133: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;
5134: l_own_org po_headers_all.org_id%TYPE;
5135: l_chk_own_oper_unit Varchar2(1) := 'N'; -- 3348635
5136: l_enable_flag varchar2(1);
5137: l_own_pov_org Number;

Line 5134: l_own_org po_headers_all.org_id%TYPE;

5130: -- 4283726 l_purchase_uom Varchar2(10);
5131: l_purchase_uom po_asl_attributes.purchasing_unit_of_measure%type; -- 4283726
5132: l_doc_return Varchar2(5);
5133: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;
5134: l_own_org po_headers_all.org_id%TYPE;
5135: l_chk_own_oper_unit Varchar2(1) := 'N'; -- 3348635
5136: l_enable_flag varchar2(1);
5137: l_own_pov_org Number;
5138: i Number := 0;

Line 5358: from po_headers_all

5354: lstmt_num := 4;
5355:
5356: select global_agreement_flag,org_id
5357: into l_ga_flag,l_own_org
5358: from po_headers_all
5359: where po_header_id = l_doc_header_id ;
5360:
5361:
5362: