DBA Data[Home] [Help]

APPS.AZW_REPORT dependencies on WF_ITEMS

Line 5753: v_process_name wf_items.root_activity%TYPE;

5749: p_time_elapsed IN VARCHAR2,
5750: p_item_type IN VARCHAR2,
5751: p_item_key IN VARCHAR2) IS
5752:
5753: v_process_name wf_items.root_activity%TYPE;
5754:
5755: BEGIN
5756: g_help_target := get_report_procedure('AZW_RPT_ISRR');
5757: IF (g_web_agent IS NULL) THEN

Line 5815: FROM wf_items

5811: --
5812: -- Get the main process name
5813: --
5814: SELECT root_activity INTO v_process_name
5815: FROM wf_items
5816: WHERE item_type = p_item_type
5817: AND item_key = p_item_key;
5818:
5819: --