DBA Data[Home] [Help]

APPS.CS_SR_SECURITY_UTIL dependencies on JTF_TASKS_B

Line 298: from jtf_tasks_b

294: -- cursor to fetch the source object id and type to which the task is
295: -- associated to
296: cursor get_tasks ( c_task_id IN NUMBER ) is
297: select source_object_id, source_object_type_code
298: from jtf_tasks_b
299: where task_id = c_task_id;
300:
301: l_source_id NUMBER;
302: l_source_type VARCHAR2(240);

Line 458: from jtf_tasks_b

454: -- cursor to fetch the resource, source object id and type for the task
455: cursor get_tasks ( c_task_id IN NUMBER ) is
456: select owner_id, owner_type_code ,
457: source_object_id, source_object_type_code
458: from jtf_tasks_b
459: where task_id = c_task_id;
460:
461: l_task_id NUMBER;
462: l_owner_id NUMBER;