DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_CALENDAR_ASSIGNMENTS

Line 6727: FROM wsh_calendar_assignments

6723:
6724: --Cursor to get calendar code
6725: CURSOR c_CalCode(p_orgID NUMBER) IS
6726: SELECT calendar_code
6727: FROM wsh_calendar_assignments
6728: WHERE calendar_type = 'SHIPPING' AND
6729: organization_id = p_orgID AND
6730: enabled_flag = 'Y';
6731: --