DBA Data[Home] [Help]

APPS.CS_SR_SECURITY_UTIL dependencies on WF_EVENT_T

Line 282: p_event IN OUT NOCOPY WF_EVENT_T )

278: -- event
279:
280: FUNCTION SECURE_SR_TASK_ASSIGN (
281: p_subscription_guid IN RAW,
282: p_event IN OUT NOCOPY WF_EVENT_T )
283: RETURN VARCHAR2
284: IS
285: -- cursor to fetch the task id for which the assignment is created or
286: -- updated

Line 451: p_event IN OUT NOCOPY WF_EVENT_T )

447: -- Subscription function to the JTF task create and update event
448:
449: FUNCTION SECURE_SR_TASK_OWNER (
450: p_subscription_guid IN RAW,
451: p_event IN OUT NOCOPY WF_EVENT_T )
452: RETURN VARCHAR2
453: IS
454: -- cursor to fetch the resource, source object id and type for the task
455: cursor get_tasks ( c_task_id IN NUMBER ) is