DBA Data[Home] [Help]

APPS.BOM_CALENDARS_PKG dependencies on BOM_CALENDAR_SHIFTS

Line 129: (select 1 from BOM_CALENDAR_SHIFTS

125: x_shift_num NUMBER) IS
126: dummy NUMBER;
127: BEGIN
128: select 1 into dummy from DUAL where not exists
129: (select 1 from BOM_CALENDAR_SHIFTS
130: where calendar_code = x_calendar_code
131: and shift_num = x_shift_num
132: );
133: