DBA Data[Home] [Help]

APPS.PER_APP_ASG_PKG dependencies on APP_EXCEPTION

Line 606: app_exception.invalid_argument( 'per_app_asg_pkg.delete_row',

602: end if;
603: --
604: cleanup_letters ( p_assignment_id ) ;
605: else
606: app_exception.invalid_argument( 'per_app_asg_pkg.delete_row',
607: 'p_delete_mode',
608: p_delete_mode ) ;
609: end if;
610: --

Line 1019: app_exception.raise_exception;

1015: end if;
1016: end if;
1017: --
1018: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
1019: app_exception.raise_exception;
1020: --
1021: end lock_row ;
1022: -----------------------------------------------------------------------------
1023: --

Line 1550: app_exception.raise_exception ;

1546: close c1 ;
1547: -- ***TEMP hr_utility.set_message gives up with a value error
1548: -- for this message
1549: fnd_message.set_name('PAY','HR_6073_APP_ASS_INVALID_STATUS' );
1550: app_exception.raise_exception ;
1551: end if;
1552: close c1 ;
1553: --
1554: end check_valid_asg_status ;

Line 1574: app_exception.raise_exception ;

1570: fetch c1 into l_dummy ;
1571: if c1%found then
1572: close c1 ;
1573: fnd_message.set_name ( 'PAY', 'HR_6083_APP_ASS_APPL_STAT_END' );
1574: app_exception.raise_exception ;
1575: end if;
1576: close c1 ;
1577: --
1578: end check_future_stat_change ;

Line 1790: else app_exception.invalid_argument( 'PER_APP_ASG_PKG.KEY_DELREC',

1786: hr_assignment.del_ref_int_check ( p_assignment_id,
1787: 'ZAP',
1788: p_validation_start_date ) ;
1789: --
1790: else app_exception.invalid_argument( 'PER_APP_ASG_PKG.KEY_DELREC',
1791: 'p_delete_mode',
1792: p_delete_mode ) ;
1793: end if;
1794: --

Line 1854: else app_exception.invalid_argument( 'PER_APP_ASG_PKG.PRE_DELETE_VALIDATION',

1850: hr_assignment.del_ref_int_check ( p_assignment_id,
1851: 'ZAP',
1852: p_validation_start_date ) ;
1853: --
1854: else app_exception.invalid_argument( 'PER_APP_ASG_PKG.PRE_DELETE_VALIDATION',
1855: 'p_delete_mode',
1856: p_delete_mode ) ;
1857: end if;
1858: --