DBA Data[Home] [Help]

APPS.PER_VIEWS_PKG dependencies on HR_GENERAL

Line 513: if d_date = hr_general.end_of_time then

509: close E_DATE2;
510: return (null);
511: end if;
512:
513: if d_date = hr_general.end_of_time then
514: d_date := null;
515: end if;
516:
517: close E_DATE2;

Line 1189: hr_general.end_of_time

1185: from per_assignments_f a,
1186: per_assignment_status_types b
1187: where a.assignment_id = P_assignment_id
1188: and a.effective_end_date between p_first_p_start_date and
1189: hr_general.end_of_time
1190: and a.ASSIGNMENT_STATUS_TYPE_ID =
1191: b.ASSIGNMENT_STATUS_TYPE_ID;
1192: --
1193: --