DBA Data[Home] [Help]

APPS.PER_BBT_INS dependencies on PER_BF_BALANCE_TYPES

Line 65: -- Insert the row into: per_bf_balance_types

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: per_bf_balance_types
66: --
67: insert into per_bf_balance_types
68: (balance_type_id
69: ,input_value_id

Line 67: insert into per_bf_balance_types

63: --
64: --
65: -- Insert the row into: per_bf_balance_types
66: --
67: insert into per_bf_balance_types
68: (balance_type_id
69: ,input_value_id
70: ,business_group_id
71: ,displayed_name

Line 161: Cursor C_Sel1 is select per_bf_balance_types_s.nextval from sys.dual;

157: ) is
158: --
159: l_proc varchar2(72) := g_package||'pre_insert';
160: --
161: Cursor C_Sel1 is select per_bf_balance_types_s.nextval from sys.dual;
162: --
163: Begin
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: --

Line 239: (p_module_name => 'PER_BF_BALANCE_TYPES'

235: --
236: when hr_api.cannot_find_prog_unit then
237: --
238: hr_api.cannot_find_prog_unit_error
239: (p_module_name => 'PER_BF_BALANCE_TYPES'
240: ,p_hook_type => 'AI');
241: --
242: end;
243: --