DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on APP_EXCEPTION

Line 402: app_exception.raise_exception ;

398: fetch c2 into l_dummy;
399: if c2%found then
400: close c2 ;
401: fnd_message.set_name ( 'PAY', 'HR_6083_APP_ASS_APPL_STAT_END' );
402: app_exception.raise_exception ;
403: end if;
404: close c2;
405: -- make the data in the other tables ( namely tax records , secondary assignments statuses , letter requests )
406: --to be in sync with the assignments data

Line 866: app_exception.raise_exception ;

862: fetch c2 into l_dummy;
863: if c2%found then
864: close c2 ;
865: fnd_message.set_name ( 'PAY', 'HR_6083_APP_ASS_APPL_STAT_END' );
866: app_exception.raise_exception ;
867: end if;
868: close c2;
869: -- make the data in the other tables ( namely tax records , secondary assignments statuses , letter requests )
870: --to be in sync with the assignments data