DBA Data[Home] [Help]

APPS.PO_SETUP_S dependencies on PO_LOCATIONS_S

Line 418: po_locations_s.get_loc_attributes(x_bill_to_location_id,

414: x_org_id,
415: x_sob_id);
416:
417: x_progress := '270';
418: po_locations_s.get_loc_attributes(x_bill_to_location_id,
419: x_bill_to_location,
420: x_org_id);
421:
422:

Line 430: po_locations_s.get_loc_org (x_requestor_location_id,

426: 'INVENTORY',
427: x_destination_inventory);
428:
429: x_progress := '290';
430: po_locations_s.get_loc_org (x_requestor_location_id,
431: x_sob_id,
432: x_requestor_org_id,
433: x_requestor_org_code,
434: x_requestor_org);

Line 441: po_locations_s.get_location_code (x_requestor_location_id,

437: po_currency_sv.get_rate_type_disp (x_default_rate_type,
438: x_default_rate_type_disp);
439:
440: x_progress := '310';
441: po_locations_s.get_location_code (x_requestor_location_id,
442: x_requestor_location);
443:
444:
445: -- dbms_output.put_line('Before Prog 320');