DBA Data[Home] [Help]

APPS.GMA_WFSTD_P dependencies on GMA_PROCCOL_WF_VL

Line 1203: FROM gma_proccol_wf_vl

1199: WHERE activity_id = l_activity_id
1200: ORDER BY Column_hierarchy;
1201: CURSOR Cur_Proccol_wf IS
1202: SELECT COLUMN_NAME,COLUMN_PROMPT
1203: FROM gma_proccol_wf_vl
1204: WHERE WF_ITEM_TYPE = P_WF_ITEM_TYPE AND
1205: PROCESS_NAME = p_PROCESS_NAME
1206: ORDER BY Column_hierarchy;
1207: l_column_count Integer :=0;