DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_HELPER dependencies on HXC_APP_COMP_NOTIF_USAGES

Line 745: hxc_app_comp_notif_usages hacnu

741: p_retrieval_code in wf_item_attribute_values.text_value%type)
742: is
743: select 'Y'
744: from hxc_app_comp_notifications hacn,
745: hxc_app_comp_notif_usages hacnu
746: where hacnu.comp_notification_id = hacn.comp_notification_id
747: and hacnu.comp_notification_ovn = hacn.object_version_number
748: and hacnu.approval_comp_id = p_approval_comp_id
749: and hacn.notification_action_code = p_action_code