DBA Data[Home] [Help]

APPS.GMS_WORKFLOW_UTILS dependencies on FND_RESPONSIBILITY

Line 265: from fnd_responsibility

261: function get_application_id (x_responsibility_id IN number) return number
262: is
263: cursor c1 is
264: select application_id
265: from fnd_responsibility
266: where responsibility_id = x_responsibility_id;
267:
268: c1_rec c1%rowtype;
269: