DBA Data[Home] [Help]

APPS.PAY_AU_PAYE_FF dependencies on STANDARD

Line 33: ** 28-NOV-2001 115.10 Updated for GSCC Standards

29: ** formula in AU localisatons.
30: **
31: ** round_to_5c = rounds values to nearest 5c using
32: ** ATO rules
33: ** 28-NOV-2001 115.10 Updated for GSCC Standards
34: ** 07-DEC-2001 rsirigir 115.12 Update for GSCC Standards, added
35: ** REM checkfile:~PROD:~PATH:~FILE
36: ** 8-JAN-2002 apunekar 115.13 Added new functions
37: ** 18-May-2002 apunekar 115.14 Added new function

Line 34: ** 07-DEC-2001 rsirigir 115.12 Update for GSCC Standards, added

30: **
31: ** round_to_5c = rounds values to nearest 5c using
32: ** ATO rules
33: ** 28-NOV-2001 115.10 Updated for GSCC Standards
34: ** 07-DEC-2001 rsirigir 115.12 Update for GSCC Standards, added
35: ** REM checkfile:~PROD:~PATH:~FILE
36: ** 8-JAN-2002 apunekar 115.13 Added new functions
37: ** 18-May-2002 apunekar 115.14 Added new function
38: ** 20-May-2002 apunekar 115.15 Updated function due to review

Line 62: ** 09-Feb-2004 punmehta 115.37 Bug# 3245909 - Coding Standards in get_pp_action

58: ** spaces between words.
59: ** 23-Dec-2003 punmehta 115.34 Bug# 3306112 - Added the new formula function
60: ** 24-Dec-2003 punmehta 115.35 Bug# 3306112 - Used cursor in the new function 'get_salary_basis_hours'
61: ** 06-Feb-2004 punmehta 115.36 Bug# 3245909 - Added a new function get_pp_action for AU_Payments route
62: ** 09-Feb-2004 punmehta 115.37 Bug# 3245909 - Coding Standards in get_pp_action
63: ** 02-FEB-2004 abhkumar 115.38 Bug# 3665680 - Coding Standards in Cr_element_type_id
64: ** 02-FEB-2004 abhkumar 115.39 Bug# 3665680 - Modfied Code to remove gscc warnings
65: ** 07-JUL-2004 srrajago 115.40 Bug# 3724089 - Modified the cursor 'c_get_unprocessed_periods_num' to include table
66: ** per_assignments_f and its joins in the sub-query - Performance Fix.

Line 63: ** 02-FEB-2004 abhkumar 115.38 Bug# 3665680 - Coding Standards in Cr_element_type_id

59: ** 23-Dec-2003 punmehta 115.34 Bug# 3306112 - Added the new formula function
60: ** 24-Dec-2003 punmehta 115.35 Bug# 3306112 - Used cursor in the new function 'get_salary_basis_hours'
61: ** 06-Feb-2004 punmehta 115.36 Bug# 3245909 - Added a new function get_pp_action for AU_Payments route
62: ** 09-Feb-2004 punmehta 115.37 Bug# 3245909 - Coding Standards in get_pp_action
63: ** 02-FEB-2004 abhkumar 115.38 Bug# 3665680 - Coding Standards in Cr_element_type_id
64: ** 02-FEB-2004 abhkumar 115.39 Bug# 3665680 - Modfied Code to remove gscc warnings
65: ** 07-JUL-2004 srrajago 115.40 Bug# 3724089 - Modified the cursor 'c_get_unprocessed_periods_num' to include table
66: ** per_assignments_f and its joins in the sub-query - Performance Fix.
67: ** 09-AUG-2004 abhkumar 115.41 Bug# 2610141 - Modfied the code to support Legal Employer changes for an assignment.

Line 506: p_earnings_standard out NOCOPY number,

502: p_assignment_action_id IN number,
503: p_payroll_id IN NUMBER,
504: p_period_start_date in date,
505: p_case out NOCOPY varchar2,
506: p_earnings_standard out NOCOPY number,
507: p_pre_tax_spread out NOCOPY number,
508: p_pre_tax_fixed out NOCOPY number, /*bug4363057*/
509: p_pre_tax_prog out NOCOPY number, /*bug4363057*/
510: p_paid_periods out NOCOPY number,

Line 696: p_earnings_standard := 0;

692:
693:
694: g_ytd_def_bals_populated := FALSE;
695: l_flag := -1;
696: p_earnings_standard := 0;
697: p_pre_tax_spread := 0;
698: p_pre_tax_fixed := 0; /*bug4363057*/
699: p_pre_tax_prog := 0;
700: i := 1;

Line 888: and g_ytd_bals(i).balance_name = 'Earnings_Standard'

884:
885: FOR i in g_ytd_result_table.first .. g_ytd_result_table.last
886: LOOP
887: IF g_ytd_result_table(i).defined_balance_id = g_ytd_bals(i).defined_balance_id
888: and g_ytd_bals(i).balance_name = 'Earnings_Standard'
889: THEN
890: p_earnings_standard := nvl(g_ytd_result_table(i).balance_value,0);
891: IF g_debug THEN
892: hr_utility.set_location('p_earnings_standard: '||p_earnings_standard, 60);

Line 890: p_earnings_standard := nvl(g_ytd_result_table(i).balance_value,0);

886: LOOP
887: IF g_ytd_result_table(i).defined_balance_id = g_ytd_bals(i).defined_balance_id
888: and g_ytd_bals(i).balance_name = 'Earnings_Standard'
889: THEN
890: p_earnings_standard := nvl(g_ytd_result_table(i).balance_value,0);
891: IF g_debug THEN
892: hr_utility.set_location('p_earnings_standard: '||p_earnings_standard, 60);
893: END IF;
894: ELSIF g_ytd_result_table(i).defined_balance_id = g_ytd_bals(i).defined_balance_id

Line 892: hr_utility.set_location('p_earnings_standard: '||p_earnings_standard, 60);

888: and g_ytd_bals(i).balance_name = 'Earnings_Standard'
889: THEN
890: p_earnings_standard := nvl(g_ytd_result_table(i).balance_value,0);
891: IF g_debug THEN
892: hr_utility.set_location('p_earnings_standard: '||p_earnings_standard, 60);
893: END IF;
894: ELSIF g_ytd_result_table(i).defined_balance_id = g_ytd_bals(i).defined_balance_id
895: and g_ytd_bals(i).balance_name = 'Pre Tax Spread Deductions'
896: THEN

Line 924: hr_utility.set_location('OUT p_earnings_standard: '||p_earnings_standard, 60);

920: END LOOP;
921:
922: if g_debug then
923: hr_utility.set_location('OUT p_paid_periods: '|| p_paid_periods, 100);
924: hr_utility.set_location('OUT p_earnings_standard: '||p_earnings_standard, 60);
925: hr_utility.set_location('OUT p_pre_tax_spread_deductions: '||p_pre_tax_spread, 60);
926: hr_utility.set_location('OUT p_pre_tax_fixed_deductions: '||p_pre_tax_fixed, 60);
927: hr_utility.set_location('OUT p_pre_tax_progressive_deductions: '||p_pre_tax_prog, 60);
928: hr_utility.set_location('Exiting '||l_procedure,105);