DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_HEADERS_INTERFACE_S

Line 1868: select PON_AUC_HEADERS_INTERFACE_S.nextval,

1864: source_doc_msg_app,
1865: po_style_id, -- BUG#5532470
1866: language_code, --Bug#4911361
1867: supplier_site_id)
1868: select PON_AUC_HEADERS_INTERFACE_S.nextval,
1869: p_negotiation_type,
1870: 'BLANKET',
1871: ship_to_location_id,
1872: bill_to_location_id,

Line 1913: select PON_AUC_HEADERS_INTERFACE_S.currval

1909:
1910: l_progress := '002';
1911:
1912: -- Get the interface_id into local variable
1913: select PON_AUC_HEADERS_INTERFACE_S.currval
1914: into l_interface_id
1915: from dual;
1916:
1917: l_progress := '003';