DBA Data[Home] [Help]

APPS.JTS_RESPONSIBILITY_PUB dependencies on FND_RESPONSIBILITY_S

Line 121: SELECT fnd_responsibility_s.nextval

117: raise FND_API.G_EXC_ERROR;
118: End if;
119:
120:
121: SELECT fnd_responsibility_s.nextval
122: INTO l_resp_id
123: FROM dual;
124: x_resp_id := l_resp_id;
125: