DBA Data[Home] [Help]

APPS.PER_RECRUITMENT_ACTIVITIES_PKG dependencies on DUAL

Line 33: 05-MAR-97 J.Alloun 70.11 Changed all occurances of system.dual

29: "expected symbol name is missing" error
30: 22-MAR-96 A.Mills 70.10 Altered procedure chk_vacancy_dates to
31: accept and test on p_rec_activity_id.
32: Cursor changed.
33: 05-MAR-97 J.Alloun 70.11 Changed all occurances of system.dual
34: to sys.dual for next release requirements.
35: ============================================================================*/
36: --
37: -----------------------------------------------------------------------------

Line 34: to sys.dual for next release requirements.

30: 22-MAR-96 A.Mills 70.10 Altered procedure chk_vacancy_dates to
31: accept and test on p_rec_activity_id.
32: Cursor changed.
33: 05-MAR-97 J.Alloun 70.11 Changed all occurances of system.dual
34: to sys.dual for next release requirements.
35: ============================================================================*/
36: --
37: -----------------------------------------------------------------------------
38: -- Name --

Line 567: FROM sys.dual;

563:
564:
565: CURSOR C2 IS
566: SELECT per_recruitment_activities_s.nextval
567: FROM sys.dual;
568:
569: BEGIN
570: IF (X_Recruitment_Activity_Id is NULL) then
571: OPEN C2;