DBA Data[Home] [Help]

APPS.OKE_COMM_ACT_UTILS dependencies on OKE_COMM_ACTIONS_VL

Line 80: FROM oke_comm_actions_vl

76: CURSOR new_action IS
77: SELECT wf_item_type
78: , wf_process
79: , comm_action_name
80: FROM oke_comm_actions_vl
81: WHERE comm_action_code = P_New_Action_Code;
82:
83: -- Jun 20, 2002 : bug 2435609. Person_id is not unique.
84: -- Add effective_start_date and effective_end_date.

Line 373: FROM oke_comm_actions_vl

369: CURSOR new_action IS
370: SELECT wf_item_type
371: , wf_process
372: , comm_action_name
373: FROM oke_comm_actions_vl
374: WHERE comm_action_code = P_New_Action_Code;
375:
376: -- Jun 20, 2002 : bug 2435609. Person_id is not unique.
377: -- Add effective_start_date and effective_end_date.