DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on BOM_CALENDAR_EXCEPTIONS

Line 1672: from bom_calendar_exceptions

1668: begin
1669:
1670: select nvl(exception_type,2)
1671: into l_exception_type
1672: from bom_calendar_exceptions
1673: where calendar_code = l_calendar_code
1674: and exception_date = p_date;
1675:
1676: if (l_exception_type = 1) then