DBA Data[Home] [Help]

APPS.BEN_BFT_BUS dependencies on BENUTILS

Line 126: if benutils.not_exists_in_hr_lookups

122: --
123: -- check if value of lookup falls within lookup type.
124: --
125: --
126: if benutils.not_exists_in_hr_lookups
127: (p_lookup_type => 'YES_NO',
128: p_lookup_code => p_debug_messages_flag) then
129: --
130: -- raise error as does not exist as lookup

Line 196: if not benutils.formula_exists

192: and p_person_selection_rl is not null then
193: --
194: -- check if value of formula rule is valid.
195: --
196: if not benutils.formula_exists
197: (p_formula_id => p_person_selection_rl,
198: p_formula_type_id => -214,
199: p_business_group_id => p_business_group_id,
200: p_effective_date => p_effective_date) then

Line 268: if not benutils.formula_exists

264: and p_comp_selection_rl is not null then
265: --
266: -- check if value of formula rule is valid.
267: --
268: if not benutils.formula_exists
269: (p_formula_id => p_comp_selection_rl,
270: p_formula_type_id => -213,
271: p_business_group_id => p_business_group_id,
272: p_effective_date => p_effective_date) then

Line 339: if benutils.not_exists_in_hr_lookups

335: --
336: -- check if value of lookup falls within lookup type.
337: --
338: --
339: if benutils.not_exists_in_hr_lookups
340: (p_lookup_type => 'YES_NO',
341: p_lookup_code => p_no_plans_flag) then
342: --
343: -- raise error as does not exist as lookup

Line 408: if benutils.not_exists_in_hr_lookups

404: --
405: -- check if value of lookup falls within lookup type.
406: --
407: --
408: if benutils.not_exists_in_hr_lookups
409: (p_lookup_type => 'YES_NO',
410: p_lookup_code => p_no_programs_flag) then
411: --
412: -- raise error as does not exist as lookup

Line 477: if benutils.not_exists_in_hr_lookups

473: --
474: -- check if value of lookup falls within lookup type.
475: --
476: --
477: if benutils.not_exists_in_hr_lookups
478: (p_lookup_type => 'YES_NO',
479: p_lookup_code => p_validate_flag) then
480: --
481: -- raise error as does not exist as lookup

Line 546: if benutils.not_exists_in_hr_lookups

542: --
543: -- check if value of lookup falls within lookup type.
544: --
545: --
546: if benutils.not_exists_in_hr_lookups
547: (p_lookup_type => 'YES_NO',
548: p_lookup_code => p_derivable_factors_flag) then
549: --
550: -- raise error as does not exist as lookup

Line 615: if benutils.not_exists_in_hr_lookups

611: --
612: -- check if value of lookup falls within lookup type.
613: --
614: --
615: if benutils.not_exists_in_hr_lookups
616: (p_lookup_type => 'YES_NO',
617: p_lookup_code => p_close_uneai_flag ) then
618: --
619: -- raise error as does not exist as lookup

Line 726: benutils.init_lookups(p_lookup_type_1 => 'YES_NO',

722: hr_utility.set_location('Entering:'||l_proc, 5);
723: --
724: -- Call lookup cache structure
725: --
726: benutils.init_lookups(p_lookup_type_1 => 'YES_NO',
727: p_effective_date => p_effective_date);
728: --
729: -- Call all supporting business operations
730: --

Line 810: benutils.init_lookups(p_lookup_type_1 => 'YES_NO',

806: hr_utility.set_location('Entering:'||l_proc, 5);
807: --
808: -- Call lookup cache structure
809: --
810: benutils.init_lookups(p_lookup_type_1 => 'YES_NO',
811: p_effective_date => p_effective_date);
812: --
813: -- Call all supporting business operations
814: --