DBA Data[Home] [Help]

APPS.BEN_PROCESS_COBRA_PERSON_SS dependencies on WF_ITEM_ACTIVITY_STATUSES_V

Line 880: FROM wf_item_activity_statuses_v wfias

876: ) IS
877:
878: CURSOR get_wf_actid (c_activity_name in varchar2) IS
879: SELECT distinct wfias.activity_id
880: FROM wf_item_activity_statuses_v wfias
881: WHERE wfias.item_type = p_item_type
882: and wfias.item_key = p_item_key
883: and wfias.activity_name = c_activity_name;
884: