DBA Data[Home] [Help]

APPS.PAY_TCO_BUS dependencies on FF_FORMULAS_F

Line 549: from ff_formulas_f ff

545: -- specified by template_id.
546: --
547: cursor csr_sf_exists is
548: select null
549: from ff_formulas_f ff
550: where ff.formula_id = p_core_object_id
551: and ff.business_group_id = p_business_group_id
552: and p_effective_date between
553: ff.effective_start_date and ff.effective_end_date;

Line 692: l_table := 'FF_FORMULAS_F';

688: --
689: -- Check that the core_object_id exists to the template.
690: --
691: if p_core_object_type = pay_tco_shd.g_sf_lookup_type then
692: l_table := 'FF_FORMULAS_F';
693: open csr_sf_exists;
694: fetch csr_sf_exists into l_exists;
695: if csr_sf_exists%notfound then
696: close csr_sf_exists;