DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on PO_HEADERS_ALL

Line 4603: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;

4599: l_buyer_id Number;
4600: -- 4283726 l_purchase_uom Varchar2(10);
4601: l_purchase_uom po_asl_attributes.purchasing_unit_of_measure%type; -- 4283726
4602: l_doc_return Varchar2(5);
4603: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;
4604: l_own_org po_headers_all.org_id%TYPE;
4605: l_chk_own_oper_unit Varchar2(1) := 'N'; -- 3348635
4606: l_enable_flag varchar2(1);
4607: l_own_pov_org Number;

Line 4604: l_own_org po_headers_all.org_id%TYPE;

4600: -- 4283726 l_purchase_uom Varchar2(10);
4601: l_purchase_uom po_asl_attributes.purchasing_unit_of_measure%type; -- 4283726
4602: l_doc_return Varchar2(5);
4603: l_ga_flag po_headers_all.global_Agreement_flag%TYPE;
4604: l_own_org po_headers_all.org_id%TYPE;
4605: l_chk_own_oper_unit Varchar2(1) := 'N'; -- 3348635
4606: l_enable_flag varchar2(1);
4607: l_own_pov_org Number;
4608: i Number := 0;

Line 4828: from po_headers_all

4824: lstmt_num := 4;
4825:
4826: select global_agreement_flag,org_id
4827: into l_ga_flag,l_own_org
4828: from po_headers_all
4829: where po_header_id = l_doc_header_id ;
4830:
4831:
4832: