DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_HR_LOCATION

Line 2342: PO_HR_LOCATION.get_address (

2338:
2339: d_progress := '100';
2340:
2341: -- Get org location info
2342: PO_HR_LOCATION.get_address (
2343: p_location_id => x_otm_doc.org_location_id
2344: , x_address_line_1 => x_otm_doc.org_loc_addr_line_1
2345: , x_address_line_2 => x_otm_doc.org_loc_addr_line_2
2346: , x_address_line_3 => x_otm_doc.org_loc_addr_line_3

Line 2372: PO_HR_LOCATION.get_address (

2368:
2369: ELSE
2370: d_progress := '150';
2371:
2372: PO_HR_LOCATION.get_address (
2373: p_location_id => x_otm_doc.bill_to_location_id
2374: , x_address_line_1 => x_otm_doc.bill_to_addr_line_1
2375: , x_address_line_2 => x_otm_doc.bill_to_addr_line_2
2376: , x_address_line_3 => x_otm_doc.bill_to_addr_line_3

Line 2458: PO_HR_LOCATION.get_address (

2454:
2455: ELSE
2456: d_progress := '150';
2457:
2458: PO_HR_LOCATION.get_address (
2459: p_location_id => x_otm_sched_line.ship_to_location_id
2460: , x_address_line_1 => x_otm_sched_line.ship_to_loc_addr_line_1
2461: , x_address_line_2 => x_otm_sched_line.ship_to_loc_addr_line_2
2462: , x_address_line_3 => x_otm_sched_line.ship_to_loc_addr_line_3