DBA Data[Home] [Help]

APPS.ICX_DATATEMPLATE_PKG dependencies on PO_HR_LOCATION

Line 375: PO_HR_LOCATION.get_address (

371: address_string VARCHAR2(1000):= '';
372:
373: BEGIN
374:
375: PO_HR_LOCATION.get_address (
376: p_location_id => p_location_id
377: , x_address_line_1 => l_address_line_1
378: , x_address_line_2 => l_address_line_2
379: , x_address_line_3 => l_address_line_3