DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on WF_NOTIFICATIONS

Line 1574: wf_notifications wn

1570: select hat.transaction_id
1571: ,wn.MESSAGE_TYPE
1572: ,wn.item_key
1573: from hr_api_transactions hat,
1574: wf_notifications wn
1575: where hat.transaction_ref_table='IRC_OFFERS'
1576: and hat.STATUS='S'
1577: and wn.MESSAGE_TYPE='HRSFL'
1578: and to_char(hat.transaction_id)=wn.user_key