DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PO_VENDORS_AP_V

Line 9841: FROM PO_VENDORS_AP_V

9837:
9838: /* this cursor gets the vendor id of the employee for which the ER was entered */
9839: CURSOR C_VENDOR_ID_CUR(p_emp_id NUMBER) IS
9840: SELECT VENDOR_ID
9841: FROM PO_VENDORS_AP_V
9842: WHERE ACTIVE_FLAG = 'Y'
9843: AND ENABLED_FLAG = 'Y'
9844: AND EMPLOYEE_ID = p_emp_id;
9845: