DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_AUC_HEADERS_INTERFACE_S

Line 1326: select PON_AUC_HEADERS_INTERFACE_S.nextval,

1322: source_doc_msg_app,
1323: po_style_id, -- BUG#5532470
1324: language_code, --Bug#4911361
1325: supplier_site_id)
1326: select PON_AUC_HEADERS_INTERFACE_S.nextval,
1327: p_negotiation_type,
1328: 'BLANKET',
1329: ship_to_location_id,
1330: bill_to_location_id,

Line 1371: select PON_AUC_HEADERS_INTERFACE_S.currval

1367:
1368: l_progress := '002';
1369:
1370: -- Get the interface_id into local variable
1371: select PON_AUC_HEADERS_INTERFACE_S.currval
1372: into l_interface_id
1373: from dual;
1374:
1375: l_progress := '003';