DBA Data[Home] [Help]

APPS.PQP_SHP_INS dependencies on PQP_SERVICE_HISTORY_PERIODS

Line 65: -- Insert the row into: pqp_service_history_periods

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: pqp_shp_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pqp_service_history_periods
66: --
67: insert into pqp_service_history_periods
68: (service_history_period_id
69: ,business_group_id

Line 67: insert into pqp_service_history_periods

63: pqp_shp_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: pqp_service_history_periods
66: --
67: insert into pqp_service_history_periods
68: (service_history_period_id
69: ,business_group_id
70: ,assignment_id
71: ,start_date

Line 253: Cursor C_Sel1 is select pqp_service_history_periods_s.nextval from sys.dual;

249: ) is
250: --
251: l_proc varchar2(72) := g_package||'pre_insert';
252: --
253: Cursor C_Sel1 is select pqp_service_history_periods_s.nextval from sys.dual;
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --

Line 434: (p_module_name => 'PQP_SERVICE_HISTORY_PERIODS'

430: --
431: when hr_api.cannot_find_prog_unit then
432: --
433: hr_api.cannot_find_prog_unit_error
434: (p_module_name => 'PQP_SERVICE_HISTORY_PERIODS'
435: ,p_hook_type => 'AI');
436: --
437: end;
438: --