DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on HZ_LOCATIONS

Line 2950: l_location_id hz_locations.location_id%TYPE;

2946: l_assigned_by_id jtf_tasks_b.assigned_by_id%TYPE;
2947: l_cust_account_id jtf_tasks_b.cust_account_id%TYPE;
2948: l_customer_id jtf_tasks_b.customer_id%TYPE;
2949: l_address_id jtf_tasks_b.address_id%TYPE;
2950: l_location_id hz_locations.location_id%TYPE;
2951: l_planned_start_date jtf_tasks_b.planned_start_date%TYPE;
2952: l_planned_end_date jtf_tasks_b.planned_end_date%TYPE;
2953: l_scheduled_start_date jtf_tasks_b.scheduled_start_date%TYPE;
2954: l_scheduled_end_date jtf_tasks_b.scheduled_end_date%TYPE;