DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on HR_OPERATING_UNITS

Line 790: l_org_name hr_operating_units.name%type;

786: l_rel_num number;
787: l_revision_num number;
788: l_po_line VARCHAR2(240);
789: l_po_shipment number;
790: l_org_name hr_operating_units.name%type;
791: l_failSecure varchar2(1);
792: l_failPORelCheck varchar2(1);
793: l_vendor_id_not_secured varchar2(1);
794: l_vendor_id number;

Line 982: from hr_operating_units hou

978: --L3: Organization Name
979: update pos_exasn_lines plnt
980: set plnt.org_id = (
981: select hou.organization_id
982: from hr_operating_units hou
983: where hou.name = plnt.operating_unit);
984:
985:
986: open l_checkOrgName_csr;