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.20 2012/01/19 07:41:17 rpahune ship $ */
3:
4: --
5: --Cursor to fetch the max. salary value beyond which

Line 1577: l_ret_val := pqp_nl_pggm_functions.get_general_info

1573: -- percentage from the org level only if it is null at the asg i/v level.
1574: --
1575: IF NVL(l_eoy_bonus_per,-99) = -99 THEN
1576:
1577: l_ret_val := pqp_nl_pggm_functions.get_general_info
1578: (p_assignment_id => p_assignment_id
1579: ,p_business_group_id => p_business_group_id
1580: ,p_date_earned => p_date_earned
1581: ,p_code => 1

Line 1656: l_ret_val := pqp_nl_pggm_functions.get_general_info

1652: -- percentage from the org level only if it is null at the asg i/v level.
1653: --
1654: IF NVL(l_holiday_allow_per,-99) = -99 THEN
1655:
1656: l_ret_val := pqp_nl_pggm_functions.get_general_info
1657: (p_assignment_id => p_assignment_id
1658: ,p_business_group_id => p_business_group_id
1659: ,p_date_earned => p_date_earned
1660: ,p_code => 0

Line 2211: END PQP_NL_PGGM_FUNCTIONS;

2207: p_err_message := 'Error occured while deriving incidental worker code : '||SQLERRM;
2208: RETURN 1;
2209: END GET_INCI_WKR_CODE;
2210:
2211: END PQP_NL_PGGM_FUNCTIONS;