[Home] [Help]
APPS.AMW_VIOLATION_PVT dependencies on AMW_EMPLOYEES_CURRENT_V
Line 3294: from amw_employees_current_v
3290: where constraint_rev_id = l_constraint_rev_id;
3291:
3292: cursor c_person (c_party_id NUMBER) is
3293: select employee_id
3294: from amw_employees_current_v
3295: where party_id = c_party_id;
3296:
3297: TYPE curTyp IS REF CURSOR;
3298: c_user_dynamic_sql curTyp;