DBA Data[Home] [Help]

APPS.PY_ZA_TAX_CERTIFICATES dependencies on STANDARD

Line 43: -- in Declarative section. - GSCC standard

39: -- Nageswara 20-Oct-2004 115.7 3931277 Added
40: -- A_ANNUAL_PAYMENT_OF_EMPLOYEE_DEBT_RFI_ASG_TAX_YTD
41: -- A_ANNUAL_PAYMENT_OF_EMPLOYEE_DEBT_NRFI_ASG_TAX_YTD
42: -- Local variable initialization moved to body section instead
43: -- in Declarative section. - GSCC standard
44: -- Nageswara 31-Dec-2004 115.8 4083627 Added
45: -- A_TAXABLE_SUBSISTENCE_ALLOWANCE_FOREIGN_TRAVEL_RFI_ASG_TAX_YTD
46: -- A_TAXABLE_SUBSISTENCE_ALLOWANCE_FOREIGN_TRAVEL_NRFI_ASG_TAX_YTD
47: -- A_NON_TAXABLE_SUBSISTENCE_ALLOWANCE_FOREIGN_TRAVEL_ASG_TAX_YTD

Line 279: -- Local variable initialization - GSCC standards

275: l_lmpsm_sum number(15);
276:
277: begin
278:
279: -- Local variable initialization - GSCC standards
280: l_lump_sum_indicator := 'N';
281: l_site := 0;
282: l_paye := 0;
283: l_voluntary_tax := 0;

Line 655: -- Local variable initialization - GSCC standards

651: l_sars_code varchar2(256);
652:
653: begin
654:
655: -- Local variable initialization - GSCC standards
656: l_sars_code := 0;
657:
658: if ((p_nature = 'C' or (p_tax_status in ('M', 'N', 'P', 'Q'))) and p_sars_code = '3601')
659: then