DBA Data[Home] [Help]

APPS.HR_OFFER_CUSTOM dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 32: From wf_item_activity_statuses wf

28: From per_assign_proposal_answers papa
29: Where papa.proposal_question_name = p_proposal_question_name
30: and exists
31: (Select *
32: From wf_item_activity_statuses wf
33: Where wf.item_key = papa.assignment_id
34: And wf.item_type = 'HR_OFFER'
35: And wf.activity_status = 'ACTIVE'
36: );