DBA Data[Home] [Help]

APPS.PAY_ZA_SOE dependencies on STANDARD

Line 586: -- Update standard balance details

582: end loop;
583: --
584: --
585:
586: -- Update standard balance details
587: name_count := 1;
588: loop
589: --if name_count > 197 then
590: --Added 2 new balances for 2008 Sars code

Line 839: -- Update standard balance details if it is not already updated in user balance details

835: bal_found_flag := 'true';
836: end if;
837: end loop;
838:
839: -- Update standard balance details if it is not already updated in user balance details
840: if(bal_found_flag = 'false') then
841: -- This package is called to get the balance id which is needed in the get value package
842: dim_id := pay_za_payroll_action_pkg.defined_balance_id(balance_name,balance_suffix);
843: