DBA Data[Home] [Help]

APPS.EAM_DOWNTIME_PUB dependencies on BOM_RESOURCE_DOWNTIME_GROUP_S

Line 223: SELECT bom_resource_downtime_group_s.nextval

219: select calendar_code, calendar_exception_set_id into l_calendar_code, l_exception_set_id
220: from mtl_parameters where organization_id=p_org_id;
221:
222: l_stmt_num := 15;
223: SELECT bom_resource_downtime_group_s.nextval
224: INTO l_downtime_group_id
225: FROM DUAL;
226: if G_DEBUG = 'Y' then
227: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Downtime Group Id: '