DBA Data[Home] [Help]

APPS.HR_TRV_INS dependencies on HR_API_TRANSACTION_VALUES

Line 63: -- Insert the row into: hr_api_transaction_values

59: --
60: --
61: hr_trv_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_transaction_values
64: --
65: insert into hr_api_transaction_values
66: ( transaction_value_id,
67: transaction_step_id,

Line 65: insert into hr_api_transaction_values

61: hr_trv_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_api_transaction_values
64: --
65: insert into hr_api_transaction_values
66: ( transaction_value_id,
67: transaction_step_id,
68: datatype,
69: name,

Line 155: Cursor C_Sel1 is select hr_api_transaction_values_s.nextval from sys.dual;

151: Procedure pre_insert(p_rec in out hr_trv_shd.g_rec_type) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --
155: Cursor C_Sel1 is select hr_api_transaction_values_s.nextval from sys.dual;
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --