DBA Data[Home] [Help]

APPS.PER_SSHR_CHANGE_PAY dependencies on WF_ITEM_ATTRIBUTE_VALUES

Line 3847: wf_item_attribute_values wf,

3843: union
3844: --vkodedal 08-Apr-2009 bug#8400759
3845: select ppt.change_date
3846: from per_pay_transactions ppt,
3847: wf_item_attribute_values wf,
3848: hr_api_transactions hat
3849: where ppt.assignment_id = p_assignment_id
3850: and ppt.PARENT_PAY_TRANSACTION_ID is null
3851: and ppt.status <> 'DELETE'