DBA Data[Home] [Help]

APPS.POREQ dependencies on PO_CONTROL_FUNCTIONS

Line 217: FROM po_control_functions pocf

213: GetReqInfo(p_requisition_header_id,l_ReqInfo);
214: --
215: SELECT pocf.control_function_id
216: INTO l_control_function_id
217: FROM po_control_functions pocf
218: WHERE pocf.document_type_code = 'REQUISITION'
219: AND pocf.document_subtype = l_reqinfo.sub_type
220: AND pocf.action_type_code = 'APPROVE'
221: AND pocf.enabled_flag = 'Y';