DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on PAYWSFGT_PKG

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

2122: -- variables (legislation, business group and payroll) have been initialised
2123: -- so that any other unnecessary inititialisations aren't carried out if the
2124: -- trigger isn't supposed to be firing
2125: IF NOT l_fgt THEN
2126: paywsfgt_pkg.write_fgt_check(p_id,p_sql,l_bus,l_pay);
2127: END IF;
2128: --
2129: -- Let the caller know if we wrote any initialisations or not
2130: RETURN l_inits;