DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on PO_REQUISITION_HEADERS_ALL

Line 3596: FROM po_requisition_headers_all

3592: /*cursor modified to use headers instead of lines as it is mutating in reqn triggers
3593: for bug#5877782*/
3594: CURSOR c_reqn_curr(p_reqn_header_id IN NUMBER) IS
3595: SELECT org_id
3596: FROM po_requisition_headers_all
3597: WHERE requisition_header_id = p_reqn_header_id;
3598:
3599:
3600: -- end Changes, cbabu for Bug# cbabu for Bug# 2659815