DBA Data[Home] [Help]

APPS.JAI_PO_TAX_PKG dependencies on PO_REQUISITION_HEADERS_ALL

Line 2832: FROM po_requisition_headers_all

2828: /*cursor modified to use headers instead of lines as it is mutating in reqn triggers
2829: for bug#5877782*/
2830: CURSOR c_reqn_curr(p_reqn_header_id IN NUMBER) IS
2831: SELECT org_id
2832: FROM po_requisition_headers_all
2833: WHERE requisition_header_id = p_reqn_header_id;
2834:
2835:
2836: -- end Changes, cbabu for Bug# cbabu for Bug# 2659815