DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on PO_HR_LOCATIONS

Line 7132: l_location_id PO_HR_LOCATIONS.LOCATION_ID%type := null;

7128: l_ou_location_code HR_LOCATIONS.LOCATION_CODE%type := null;
7129: l_ou_phone HR_LOCATIONS.TELEPHONE_NUMBER_1%type := null;
7130: l_ou_fax HR_LOCATIONS.TELEPHONE_NUMBER_2%type := null;
7131: l_address_info varchar2(500) := null;
7132: l_location_id PO_HR_LOCATIONS.LOCATION_ID%type := null;
7133:
7134: begin
7135: if PO_COMMUNICATION_PVT.g_org_id <> p_org_id or
7136: PO_COMMUNICATION_PVT.g_org_id is null then