DBA Data[Home] [Help]

APPS.HXC_DATA_SET dependencies on HXC_TC_AP_LINKS

Line 729: hxc_tc_ap_links tap,

725: nvl(per.employee_number,'Employee Number Unkown') employee_number,
726: nvl(per.full_name,'Full Name Unknown') full_name
727: FROM hxc_timecard_summary tsum,
728: hxc_app_period_summary apsum,
729: hxc_tc_ap_links tap,
730: wf_notifications wfn,
731: wf_item_activity_statuses wias,
732: wf_item_attribute_values wiav,
733: per_all_people_f per

Line 762: hxc_tc_ap_links tap,

758: nvl(per.employee_number,'Employee Number Unkown') employee_number,
759: nvl(per.full_name,'Full Name Unknown') full_name
760: FROM hxc_timecard_summary tsum,
761: hxc_app_period_summary apsum,
762: hxc_tc_ap_links tap,
763: wf_notifications wfn,
764: wf_item_activity_statuses wias,
765: per_all_people_f per
766: WHERE tsum.approval_status = 'SUBMITTED'