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 282: -- Local variable initialization - GSCC standards

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

Line 661: -- Local variable initialization - GSCC standards

657: l_sars_code varchar2(256);
658:
659: begin
660:
661: -- Local variable initialization - GSCC standards
662: l_sars_code := 0;
663:
664: if ((p_nature = 'C' or (p_tax_status in ('M', 'N', 'P', 'Q'))) and p_sars_code = '3601')
665: then