DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on PQP_NL_PGGM_FUNCTIONS

Line 1: PACKAGE BODY PQP_NL_PGGM_FUNCTIONS AS

1: PACKAGE BODY PQP_NL_PGGM_FUNCTIONS AS
2: /* $Header: pqpnlpgg.pkb 120.18 2007/07/03 13:20:31 rsahai noship $ */
3:
4: --
5: --Cursor to fetch the max. salary value beyond which

Line 1423: l_ret_val := pqp_nl_pggm_functions.get_general_info

1419: -- percentage from the org level only if it is null at the asg i/v level.
1420: --
1421: IF NVL(l_eoy_bonus_per,-99) = -99 THEN
1422:
1423: l_ret_val := pqp_nl_pggm_functions.get_general_info
1424: (p_assignment_id => p_assignment_id
1425: ,p_business_group_id => p_business_group_id
1426: ,p_date_earned => p_date_earned
1427: ,p_code => 1

Line 1502: l_ret_val := pqp_nl_pggm_functions.get_general_info

1498: -- percentage from the org level only if it is null at the asg i/v level.
1499: --
1500: IF NVL(l_holiday_allow_per,-99) = -99 THEN
1501:
1502: l_ret_val := pqp_nl_pggm_functions.get_general_info
1503: (p_assignment_id => p_assignment_id
1504: ,p_business_group_id => p_business_group_id
1505: ,p_date_earned => p_date_earned
1506: ,p_code => 0

Line 2057: END PQP_NL_PGGM_FUNCTIONS;

2053: p_err_message := 'Error occured while deriving incidental worker code : '||SQLERRM;
2054: RETURN 1;
2055: END GET_INCI_WKR_CODE;
2056:
2057: END PQP_NL_PGGM_FUNCTIONS;