DBA Data[Home] [Help]

APPS.PAY_USER_TABLE_DETAILS_PKG dependencies on HR_STU_EXCEPTIONS

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

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