DBA Data[Home] [Help]

APPS.HR_QUA_AWARDS_UTIL_SS dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 3076: ,wf_item_activity_statuses s

3072: -- Local cursor definitions
3073: cursor csr_pending_items is
3074: select transaction_step_id, activity_id, t.item_key
3075: from hr_api_transactions t, hr_api_transaction_steps ts
3076: ,wf_item_activity_statuses s
3077: where t.selected_person_id = p_current_person_id
3078: and t.status = 'Y'
3079: and t.item_type = p_item_type
3080: and t.transaction_id = ts.transaction_id