DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on PAYWSFGT_PKG

Line 2155: paywsfgt_pkg.write_fgt_check(p_id,p_sql,l_bus,l_pay);

2151: -- variables (legislation, business group and payroll) have been initialised
2152: -- so that any other unnecessary inititialisations aren't carried out if the
2153: -- trigger isn't supposed to be firing
2154: IF NOT l_fgt THEN
2155: paywsfgt_pkg.write_fgt_check(p_id,p_sql,l_bus,l_pay);
2156: END IF;
2157: --
2158: -- Let the caller know if we wrote any initialisations or not
2159: RETURN l_inits;