DBA Data[Home] [Help]

APPS.PO_OTM_INTEGRATION_PVT dependencies on PO_HR_LOCATION

Line 2270: PO_HR_LOCATION.get_address (

2266:
2267: d_progress := '100';
2268:
2269: -- Get org location info
2270: PO_HR_LOCATION.get_address (
2271: p_location_id => x_otm_doc.org_location_id
2272: , x_address_line_1 => x_otm_doc.org_loc_addr_line_1
2273: , x_address_line_2 => x_otm_doc.org_loc_addr_line_2
2274: , x_address_line_3 => x_otm_doc.org_loc_addr_line_3

Line 2300: PO_HR_LOCATION.get_address (

2296:
2297: ELSE
2298: d_progress := '150';
2299:
2300: PO_HR_LOCATION.get_address (
2301: p_location_id => x_otm_doc.bill_to_location_id
2302: , x_address_line_1 => x_otm_doc.bill_to_addr_line_1
2303: , x_address_line_2 => x_otm_doc.bill_to_addr_line_2
2304: , x_address_line_3 => x_otm_doc.bill_to_addr_line_3

Line 2386: PO_HR_LOCATION.get_address (

2382:
2383: ELSE
2384: d_progress := '150';
2385:
2386: PO_HR_LOCATION.get_address (
2387: p_location_id => x_otm_sched_line.ship_to_location_id
2388: , x_address_line_1 => x_otm_sched_line.ship_to_loc_addr_line_1
2389: , x_address_line_2 => x_otm_sched_line.ship_to_loc_addr_line_2
2390: , x_address_line_3 => x_otm_sched_line.ship_to_loc_addr_line_3