DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_LINE_LOCATIONS_S

Line 6416: SELECT po_line_locations_s.nextval

6412: p_token => l_progress,
6413: p_message => 'Create shipment: Create a new shipment');
6414: END IF;
6415:
6416: SELECT po_line_locations_s.nextval
6417: INTO x_line_location_id
6418: FROM sys.dual;
6419:
6420: -- bug: 404191

Line 14157: SELECT po_line_locations_s.nextval

14153: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
14154: END IF;
14155:
14156: begin
14157: SELECT po_line_locations_s.nextval
14158: INTO x_line_location_id
14159: FROM sys.dual;
14160: exception
14161: when others then

Line 15420: PO_LINE_LOCATIONS_S.nextval

15416: ,tax_attribute_update_code --
15417: )
15418: VALUES
15419: (
15420: PO_LINE_LOCATIONS_S.nextval
15421: , interface.last_update_date
15422: , interface.last_updated_by
15423: , interface.po_header_id
15424: , interface.creation_date