DBA Data[Home] [Help]

APPS.ICX_DATATEMPLATE_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 472: FROM po_requisition_lines_all

468: FUNCTION GET_MIPR_ACC_ATTRIBUTES RETURN CLOB AS
469:
470: cursor c_obligation is
471: SELECT count(*), clm_mipr_obligation_type
472: FROM po_requisition_lines_all
473: WHERE requisition_header_id = reqHeaderId
474: GROUP BY clm_mipr_obligation_type
475: HAVING clm_mipr_obligation_type is not null;
476: