DBA Data[Home] [Help]

APPS.PA_WORKFLOW_UTILS dependencies on FND_RESPONSIBILITY

Line 423: from fnd_responsibility

419: function get_application_id (x_responsibility_id IN number) return number
420: is
421: cursor c1 is
422: select application_id
423: from fnd_responsibility
424: where responsibility_id = x_responsibility_id;
425:
426: c1_rec c1%rowtype;
427: