DBA Data[Home] [Help]

APPS.PO_COPY_DOCUMENTS_S dependencies on PO_HEADERS_S

Line 183: select po_headers_s.nextval

179: END IF;
180:
181: x_progress:= '005';
182:
183: select po_headers_s.nextval
184: into x_local_po_header_id
185: from dual;
186:
187: x_new_po_header_id:= x_local_po_header_id;

Line 529: x_ship_to_location_id po_headers.ship_to_location_id%type;

525:
526: /* Additional tax variables for R11 tax defaulting functionality */
527: x_tax_id ap_tax_codes.tax_id%type;
528: x_allow_tax_code_override_flag gl_tax_option_accounts.allow_tax_code_override_flag%type;
529: x_ship_to_location_id po_headers.ship_to_location_id%type;
530: x_ship_to_loc_org_id hr_locations.inventory_organization_id%type;
531: x_item_id mtl_system_items.inventory_item_id%type;
532: x_new_tax_flag varchar2(1):=null;
533: