DBA Data[Home] [Help]

APPS.PSP_ENC_PAYROLL_ASSIGN_PKG dependencies on APP_EXCEPTION

Line 33: app_exception.raise_exception;

29: X_LAST_UPDATE_LOGIN := -1;
30: end if;
31: else
32: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
33: app_exception.raise_exception;
34: end if;
35: insert into PSP_ENC_PAYROLL_ASSIGNMENTS (
36: ENC_PAYROLL_ASSIGNMENT_ID,
37: BUSINESS_GROUP_ID,

Line 91: app_exception.raise_exception;

87: open c1;
88: fetch c1 into tlinfo;
89: if (c1%notfound) then
90: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
91: app_exception.raise_exception;
92: close c1;
93: return;
94: end if;
95: close c1;

Line 105: app_exception.raise_exception;

101: ) then
102: null;
103: else
104: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
105: app_exception.raise_exception;
106: end if;
107: return;
108: end LOCK_ROW;
109:

Line 137: app_exception.raise_exception;

133: X_LAST_UPDATE_LOGIN := -1;
134: end if;
135: else
136: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
137: app_exception.raise_exception;
138: end if;
139: update PSP_ENC_PAYROLL_ASSIGNMENTS set
140: BUSINESS_GROUP_ID = X_BUSINESS_GROUP_ID,
141: SET_OF_BOOKS_ID = X_SET_OF_BOOKS_ID,