DBA Data[Home] [Help]

APPS.PAY_NL_ANNUAL_SI_FILE dependencies on STANDARD

Line 58: |Description: Function returns SI Wage - sum of SI_INCOME_STANDARD_TAX, |

54:
55: /*-----------------------------------------------------------------------------
56: |Name : GET_SI_WAGE |
57: |Type : Function |
58: |Description: Function returns SI Wage - sum of SI_INCOME_STANDARD_TAX, |
59: | SI_INCOME_SPECIAL_TAX , RETRO_SI_INCOME_STANDARD_TAX , |
60: | RETRO_SI_INCOME_SPECIAL_TAX |
61: | SIP,ORG levels |
62: -------------------------------------------------------------------------------*/

Line 59: | SI_INCOME_SPECIAL_TAX , RETRO_SI_INCOME_STANDARD_TAX , |

55: /*-----------------------------------------------------------------------------
56: |Name : GET_SI_WAGE |
57: |Type : Function |
58: |Description: Function returns SI Wage - sum of SI_INCOME_STANDARD_TAX, |
59: | SI_INCOME_SPECIAL_TAX , RETRO_SI_INCOME_STANDARD_TAX , |
60: | RETRO_SI_INCOME_SPECIAL_TAX |
61: | SIP,ORG levels |
62: -------------------------------------------------------------------------------*/
63:

Line 78: l_defined_balance_id:=pay_nl_general.get_defined_balance_id('SI_INCOME_STANDARD_TAX_ASG_YTD');

74:
75: l_sum_of_balances:=0;
76:
77:
78: l_defined_balance_id:=pay_nl_general.get_defined_balance_id('SI_INCOME_STANDARD_TAX_ASG_YTD');
79: --hr_utility.trace('L_DEFINED_BALANCE_ID'||l_defined_balance_id);
80: --hr_utility.trace('ASSIGNMENT_ACTION_ID'||p_assgt_act_id);
81: l_balance_value:=pay_balance_pkg.get_value(l_defined_balance_id,p_assgt_act_id);
82: l_sum_of_balances:=l_sum_of_balances + l_balance_value;

Line 85: hr_utility.set_location('SI_INCOME_STANDARD_TAX_ASG_YTD',425);

81: l_balance_value:=pay_balance_pkg.get_value(l_defined_balance_id,p_assgt_act_id);
82: l_sum_of_balances:=l_sum_of_balances + l_balance_value;
83:
84: if g_debug then
85: hr_utility.set_location('SI_INCOME_STANDARD_TAX_ASG_YTD',425);
86: hr_utility.set_location('l_defined_balance_id'||l_defined_balance_id,425);
87: hr_utility.set_location('l_balance_value'||l_balance_value,425);
88: hr_utility.set_location('l_sum_of_balances'||l_sum_of_balances,425);
89: end if;

Line 102: l_defined_balance_id:=pay_nl_general.get_defined_balance_id('RETRO_SI_INCOME_STANDARD_TAX_ASG_YTD');

98: hr_utility.set_location('l_balance_value'||l_balance_value,425);
99: hr_utility.set_location('l_sum_of_balances'||l_sum_of_balances,425);
100: end if;
101:
102: l_defined_balance_id:=pay_nl_general.get_defined_balance_id('RETRO_SI_INCOME_STANDARD_TAX_ASG_YTD');
103: l_balance_value:=pay_balance_pkg.get_value(l_defined_balance_id,p_assgt_act_id);
104: l_sum_of_balances:=l_sum_of_balances + l_balance_value;
105:
106: if g_debug then

Line 107: hr_utility.set_location('WAGE_IN_MONEY_STANDARD_TAX_ONLY_ASG_YTD',425);

103: l_balance_value:=pay_balance_pkg.get_value(l_defined_balance_id,p_assgt_act_id);
104: l_sum_of_balances:=l_sum_of_balances + l_balance_value;
105:
106: if g_debug then
107: hr_utility.set_location('WAGE_IN_MONEY_STANDARD_TAX_ONLY_ASG_YTD',425);
108: hr_utility.set_location('l_defined_balance_id'||l_defined_balance_id,425);
109: hr_utility.set_location('l_balance_value'||l_balance_value,425);
110: hr_utility.set_location('l_sum_of_balances'||l_sum_of_balances,425);
111: end if;