DBA Data[Home] [Help]

APPS.PQP_FEDHR_USPAY_INT_UTILS dependencies on PQP_FEDHR_USPAY_INT_UTILS

Line 1: PACKAGE BODY pqp_fedhr_uspay_int_utils AS

1: PACKAGE BODY pqp_fedhr_uspay_int_utils AS
2: /* $Header: pqpfhexr.pkb 120.1 2006/01/16 03:36:26 asubrahm noship $ */
3:
4: TYPE element_cross_rec IS RECORD
5: (

Line 27: g_package_name VARCHAR2(50) := 'pqp_fedhr_uspay_int_utils.';

23: INDEX BY BINARY_INTEGER;
24: t_pb_to_sb pay_to_sal;
25:
26:
27: g_package_name VARCHAR2(50) := 'pqp_fedhr_uspay_int_utils.';
28: -- ***************************************************************************
29: --
30: -- ----------------------------------------------------------------------------
31: -- |---------------------< return_new_element_name >--------------------------|

Line 115: IF (pqp_fedhr_uspay_int_utils.is_script_run

111: ELSE
112: l_pay_basis := 'NULL';
113: END IF;
114:
115: IF (pqp_fedhr_uspay_int_utils.is_script_run
116: (p_business_group_id => p_business_group_id,
117: p_fedhr_element_name => 'Basic Salary Rate') = TRUE)
118: THEN
119: -- {

Line 287: IF (pqp_fedhr_uspay_int_utils.is_script_run

283: l_proc_name VARCHAR2(50) := 'return_new_element_name';
284: BEGIN
285: hr_utility.set_location('Entering ' || g_package_name || l_proc_name, 10);
286:
287: IF (pqp_fedhr_uspay_int_utils.is_script_run
288: (p_business_group_id => p_business_group_id,
289: p_fedhr_element_name => 'Basic Salary Rate') = TRUE)
290: THEN
291: -- {

Line 379: IF (pqp_fedhr_uspay_int_utils.is_script_run

375: l_sal_basis_id NUMBER;
376: BEGIN
377: hr_utility.set_location('Entering ' || g_package_name || l_proc_name, 10);
378:
379: IF (pqp_fedhr_uspay_int_utils.is_script_run
380: (p_business_group_id => p_business_group_id,
381: p_fedhr_element_name => 'Basic Salary Rate') = TRUE)
382: THEN
383: -- {

Line 736: IF (pqp_fedhr_uspay_int_utils.is_script_run

732: -- We are checking for only one element(Federal Awards) and not for all
733: -- the elements for the performance reasons. We assume that if one element is
734: -- present then all the elements will be automatically present.
735:
736: IF (pqp_fedhr_uspay_int_utils.is_script_run
737: (p_business_group_id => p_business_group_id,
738: p_fedhr_element_name => 'Basic Salary Rate') = TRUE)
739: THEN
740: -- {

Line 832: END pqp_fedhr_uspay_int_utils;

828: -- }
829: END IF;
830: hr_utility.set_location ('Leaving ' || g_package_name || l_proc_name, 100);
831: END return_old_element_name;
832: END pqp_fedhr_uspay_int_utils;