DBA Data[Home] [Help]

APPS.BEN_PERSON_OBJECT dependencies on BEN_PER_ASG_ELIG

Line 115: 115.47 25-Sep-09 krupani - Bug 8920881: If ben_per_asg_elig.g_allow_contingent_wrk is set to Y,

111: are no benefit assignment. 7480790
112: 115.46 15-May-09 krupani - Bug 8364720: In set_ass_object and set_benass_object,
113: if the cursor does not return any row, then there is no need to
114: call set_object
115: 115.47 25-Sep-09 krupani - Bug 8920881: If ben_per_asg_elig.g_allow_contingent_wrk is set to Y,
116: then don't ignore contingent worker assignment in set_allass_object
117: 115.48 24-Jun-11 usaraswa - Bug 12664112 Added Procedure get_object to take
118: p_assignmnet_id as a input argument
119: 120.0.12000000.7 26-Jul-11 amnaraya Bug 12759795 :- Date Internationalization Changes

Line 1509: hr_utility.set_location('ben_per_asg_elig.g_allow_contingent_wrk '||ben_per_asg_elig.g_allow_contingent_wrk,11);

1505: g_debug := hr_utility.debug_enabled;
1506: if g_debug then
1507: l_proc := g_package||'set_all_ass_object';
1508: hr_utility.set_location('Entering '||l_proc,10);
1509: hr_utility.set_location('ben_per_asg_elig.g_allow_contingent_wrk '||ben_per_asg_elig.g_allow_contingent_wrk,11);
1510: end if;
1511: --
1512: -- 1) Get record from database.
1513: -- 2) If record not found then raise error.

Line 1518: open c1(ben_per_asg_elig.g_allow_contingent_wrk);

1514: -- 3) Pass record to set_object routine.
1515: --
1516: g_cache_last_allass_rec.delete;
1517: --
1518: open c1(ben_per_asg_elig.g_allow_contingent_wrk);
1519: --
1520: loop
1521: --
1522: l_num_recs := l_num_recs + 1;