DBA Data[Home] [Help]

APPS.RRS_IMPORT_INTERFACE_PKG dependencies on BOM_CALENDARS

Line 1871: from BOM_CALENDARS

1867:
1868: begin
1869: select calendar_code
1870: into l_calendar_code
1871: from BOM_CALENDARS
1872: where calendar_code = p_site_calendar_code;
1873: exception
1874: When no_data_found then
1875: x_return_flag := 'E';