DBA Data[Home] [Help]

APPS.PA_TASK_WORKFLOW_PKG dependencies on FND_GLOBAL

Line 121: l_resp_id := FND_GLOBAL.resp_id;

117: log_message('Initializing the variables',3);
118: -- Need this to populate the attribute information in Workflow
119:
120: l_workflow_started_by_id := c_task_info_rec.created_by;
121: l_resp_id := FND_GLOBAL.resp_id;
122:
123: log_message('Calling workflow engine to create the process',3);
124: -- Create a new Wf process
125: --b6694902_debug.debug('Before calling createprocess ');