DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_CALENDAR_EXCEPTIONS

Line 1667: from bom_calendar_exceptions

1663: begin
1664:
1665: select nvl(exception_type,2)
1666: into l_exception_type
1667: from bom_calendar_exceptions
1668: where calendar_code = l_calendar_code
1669: and exception_date = p_date;
1670:
1671: if (l_exception_type = 1) then