DBA Data[Home] [Help]

APPS.PERFRPHR dependencies on PERFRPHR

Line 1: PACKAGE BODY PERFRPHR AS

1: PACKAGE BODY PERFRPHR AS
2: /* $Header: perfrphr.pkb 120.2 2006/07/31 07:18:45 nmuthusa noship $ */
3:
4: /* ------------------------------------------------------------------------- */
5: /* CONVERT_UPPERCASE-Converts French Accents to english uppercase characters */

Line 2: /* $Header: perfrphr.pkb 120.2 2006/07/31 07:18:45 nmuthusa noship $ */

1: PACKAGE BODY PERFRPHR AS
2: /* $Header: perfrphr.pkb 120.2 2006/07/31 07:18:45 nmuthusa noship $ */
3:
4: /* ------------------------------------------------------------------------- */
5: /* CONVERT_UPPERCASE-Converts French Accents to english uppercase characters */
6: /* ------------------------------------------------------------------------- */

Line 871: l_est_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,

867: END IF;
868: --
869: l_trace := 'Calculating establishment totals';
870: /* Get the totals for enterprise and establishment */
871: l_est_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,
872: p_est_id => r_app.est_id,
873: p_udt_column => 'INCLUDE_DUE');
874: l_ent_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,
875: p_ent_id => r_app.est_id,

Line 874: l_ent_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,

870: /* Get the totals for enterprise and establishment */
871: l_est_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,
872: p_est_id => r_app.est_id,
873: p_udt_column => 'INCLUDE_DUE');
874: l_ent_total := perfrphr.get_emp_total(p_effective_date => l_from_date-1,
875: p_ent_id => r_app.est_id,
876: p_udt_column => 'INCLUDE_DUE');
877: --
878: /* Get the country of birth */

Line 1103: end PERFRPHR;

1099: errbuf := l_trace||' '||SQLERRM;
1100: ROLLBACK;
1101: END run_pre_hire;
1102:
1103: end PERFRPHR;