DBA Data[Home] [Help]

APPS.BSC_MULTI_USER_PVT dependencies on BSC_SYS_INIT

Line 327: from BSC_SYS_INIT

323: begin
324:
325: select last_update_date
326: into l_time_stamp
327: from BSC_SYS_INIT
328: where property_code = p_property_code;
329:
330: if l_time_stamp > p_time_stamp then
331: RAISE FND_API.G_EXC_ERROR;