DBA Data[Home] [Help]

APPS.OKE_AMG_GRP dependencies on PO_LINE_TYPES

Line 361: Select 'x' from po_line_types

357: and trunc(sysdate) between o.date_from and nvl(o.date_to, trunc(sysdate))
358: and organization_id= p_expenditure_org_id;
359:
360: Cursor c_check_req_type IS
361: Select 'x' from po_line_types
362: where order_type_lookup_code = 'AMOUNT'
363: and line_type_id= p_requisition_line_type_id;
364: Cursor c_get_inv_org is
365: select inventory_org_id from oke_deliverables_b