DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_CHARGES dependencies on JTF_TASK_ASSIGNMENTS

Line 126: jtf_task_assignments jta,

122: from csf_debrief_lines cdl,
123: csf_debrief_headers csf,
124: cs_transaction_types_vl ctt,
125: cs_txn_billing_types ctbt,
126: jtf_task_assignments jta,
127: jtf_tasks_b jtb,
128: hz_party_sites p,
129: hz_locations loc
130: where csf.debrief_header_id = p_debrief_header_id

Line 144: from jtf_task_assignments

140:
141:
142: select max(actual_start_date)
143: into z_start_date
144: from jtf_task_assignments
145: where resource_id = z_resource_id;
146:
147: IF p_labor_start_date > z_start_date then
148: