DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_CALENDAR_ASSIGNMENTS

Line 6588: FROM wsh_calendar_assignments

6584:
6585: --Cursor to get calendar code
6586: CURSOR c_CalCode(p_orgID NUMBER) IS
6587: SELECT calendar_code
6588: FROM wsh_calendar_assignments
6589: WHERE calendar_type = 'SHIPPING' AND
6590: organization_id = p_orgID AND
6591: enabled_flag = 'Y';
6592: --