DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on BEN_FORFEITURE_CONCURRENT

Line 1: package body ben_forfeiture_concurrent as

1: package body ben_forfeiture_concurrent as
2: /* $Header: benforfs.pkb 120.0 2005/05/28 09:01:45 appldev noship $ */
3: --
4: /* ============================================================================
5: * Name

Line 53: g_package varchar2(80) := 'ben_forfeiture_concurrent';

49: */
50: --
51: -- Global cursor and variables declaration
52: --
53: g_package varchar2(80) := 'ben_forfeiture_concurrent';
54: g_persons_processed number(9) := 0;
55: g_persons_ended number(9) := 0;
56: g_persons_passed number(9) := 0;
57: g_persons_errored number(9) := 0;

Line 1792: ben_forfeiture_concurrent.process_by_plan(

1788: --
1789: -- Only process Plans subject to forfeiture if no person criteria was
1790: -- selected
1791: --
1792: ben_forfeiture_concurrent.process_by_plan(
1793: errbuf => l_errbuf
1794: ,retcode => l_retcode
1795: ,p_benefit_action_id => l_benefit_action_id
1796: ,p_effective_date => p_effective_date -- l_effective_date_char

Line 1851: end ben_forfeiture_concurrent; -- End of Package.

1847: fnd_message.set_token('PROCEDURE', l_proc);
1848: fnd_message.set_token('STEP', l_actn );
1849: fnd_message.raise_error;
1850: End process;
1851: end ben_forfeiture_concurrent; -- End of Package.