DBA Data[Home] [Help]

APPS.HXC_DATA_SET dependencies on HXC_TC_AP_LINKS

Line 640: hxc_tc_ap_links tap,

636: nvl(per.employee_number,'Employee Number Unkown') employee_number,
637: nvl(per.full_name,'Full Name Unknown') full_name
638: FROM hxc_timecard_summary tsum,
639: hxc_app_period_summary apsum,
640: hxc_tc_ap_links tap,
641: wf_notifications wfn,
642: wf_item_activity_statuses wias,
643: wf_item_attribute_values wiav,
644: per_all_people_f per

Line 673: hxc_tc_ap_links tap,

669: nvl(per.employee_number,'Employee Number Unkown') employee_number,
670: nvl(per.full_name,'Full Name Unknown') full_name
671: FROM hxc_timecard_summary tsum,
672: hxc_app_period_summary apsum,
673: hxc_tc_ap_links tap,
674: wf_notifications wfn,
675: wf_item_activity_statuses wias,
676: per_all_people_f per
677: WHERE tsum.approval_status = 'SUBMITTED'