DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on PO_VENDORS_AP_V

Line 9558: FROM PO_VENDORS_AP_V

9554:
9555: /* this cursor gets the vendor id of the employee for which the ER was entered */
9556: CURSOR C_VENDOR_ID_CUR(p_emp_id NUMBER) IS
9557: SELECT VENDOR_ID
9558: FROM PO_VENDORS_AP_V
9559: WHERE ACTIVE_FLAG = 'Y'
9560: AND ENABLED_FLAG = 'Y'
9561: AND EMPLOYEE_ID = p_emp_id;
9562: