DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_ATT dependencies on HR_COMMENTS

Line 189: from hr_comments hc

185: ,asg.project_title
186: ,asg.vendor_assignment_number
187: ,asg.vendor_employee_number
188: ,asg.vendor_id
189: from hr_comments hc
190: , per_all_assignments_f asg
191: where asg.assignment_id=p_assignment_id
192: and asg.effective_end_date >= l_constant_effective_date
193: and hc.comment_id(+) = asg.comment_id

Line 259: from hr_comments hc

255: ,asg.project_title
256: ,asg.vendor_assignment_number
257: ,asg.vendor_employee_number
258: ,asg.vendor_id
259: from hr_comments hc
260: , per_all_assignments_f asg
261: where asg.assignment_id=p_assignment_id
262: and asg.effective_end_date < l_constant_effective_date
263: and hc.comment_id(+) = asg.comment_id

Line 267: l_comments hr_comments.comment_text%TYPE;

263: and hc.comment_id(+) = asg.comment_id
264: order by asg.effective_end_date desc;
265: -- IN parameters for API
266: l_asg_rec per_all_assignments_f%rowtype;
267: l_comments hr_comments.comment_text%TYPE;
268: -- OUT parameters for API
269: l_soft_coding_keyflex_id number;
270: l_comment_id number;
271: l_effective_start_date date;