[Home] [Help]
APPS.PO_COMMUNICATION_PVT dependencies on PO_HR_LOCATIONS
Line 6024: l_location_id PO_HR_LOCATIONS.LOCATION_ID%type := null;
6020: l_ou_location_code HR_LOCATIONS.LOCATION_CODE%type := null;
6021: l_ou_phone HR_LOCATIONS.TELEPHONE_NUMBER_1%type := null;
6022: l_ou_fax HR_LOCATIONS.TELEPHONE_NUMBER_2%type := null;
6023: l_address_info varchar2(500) := null;
6024: l_location_id PO_HR_LOCATIONS.LOCATION_ID%type := null;
6025:
6026: begin
6027: if PO_COMMUNICATION_PVT.g_org_id <> p_org_id or
6028: PO_COMMUNICATION_PVT.g_org_id is null then