DBA Data[Home] [Help]

APPS.PAY_USER_TABLE_DETAILS_PKG dependencies on HR_STU_EXCEPTIONS

Line 89: INSERT INTO hr_stu_exceptions(TABLE_NAME,SURROGATE_ID, EXCEPTION_TEXT,TRUE_KEY)

85: CLOSE chk_table_at_bg;
86:
87: IF (l_user_table_id IS NOT NULL)
88: THEN
89: INSERT INTO hr_stu_exceptions(TABLE_NAME,SURROGATE_ID, EXCEPTION_TEXT,TRUE_KEY)
90: VALUES(X_USER_TABLE_NAME,l_user_table_id,'User Table: '|| X_USER_TABLE_NAME ||' already exists at BG level.',NULL);
91: g_upload := FALSE;
92: ELSE
93: g_upload := TRUE;