DBA Data[Home] [Help]

APPS.CS_CIC_ATTRIBUTE_PUB dependencies on CUG_INCIDNT_ATTR_VALS_B_S

Line 401: SELECT CUG_INCIDNT_ATTR_VALS_B_S.nextval

397:
398: l_create_attribute_note := l_create_attribute_note || l_attr_name || ' = ' || l_attr_value || fnd_global.newline();
399:
400: -- Generate the New Sequence # to store in INCIDNT_ATTR_VAL_ID.
401: SELECT CUG_INCIDNT_ATTR_VALS_B_S.nextval
402: INTO l_incident_attr_val_id
403: FROM sys.dual;
404:
405: --- Create Attributes ---