DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_APPLICATION_SET_COMPS_V

Line 184: hxc_application_set_comps_v hasc,

180: cursor c_get_apps_from_app_set
181: (p_app_set number) is
182: select htr.time_recipient_id
183: from hxc_application_sets_v has,
184: hxc_application_set_comps_v hasc,
185: hxc_time_recipients htr
186: where has.application_set_id = p_app_set
187: and hasc.application_set_id = has.application_set_id
188: and hasc.time_recipient_id = htr.time_recipient_id;