DBA Data[Home] [Help]

APPS.PV_GE_HL_PARAM_PVT dependencies on PV_GE_HL_PARAM_PKG

Line 197: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Insert_Row)

193:
194: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
195: END IF;
196:
197: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Insert_Row)
198: Pv_Ge_Hl_Param_Pkg.Insert_Row(
199: px_history_log_param_id => l_history_log_param_id,
200: p_entity_history_log_id => p_ge_hl_param_rec.entity_history_log_id,
201: p_param_name => p_ge_hl_param_rec.param_name,

Line 198: Pv_Ge_Hl_Param_Pkg.Insert_Row(

194: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
195: END IF;
196:
197: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Insert_Row)
198: Pv_Ge_Hl_Param_Pkg.Insert_Row(
199: px_history_log_param_id => l_history_log_param_id,
200: p_entity_history_log_id => p_ge_hl_param_rec.entity_history_log_id,
201: p_param_name => p_ge_hl_param_rec.param_name,
202: px_object_version_number => l_object_version_number,

Line 451: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Update_Row)

447:
448: PVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
449: END IF;
450:
451: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Update_Row)
452: Pv_Ge_Hl_Param_Pkg.Update_Row(
453: p_history_log_param_id => p_ge_hl_param_rec.history_log_param_id,
454: p_entity_history_log_id => p_ge_hl_param_rec.entity_history_log_id,
455: p_param_name => p_ge_hl_param_rec.param_name,

Line 452: Pv_Ge_Hl_Param_Pkg.Update_Row(

448: PVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
449: END IF;
450:
451: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Update_Row)
452: Pv_Ge_Hl_Param_Pkg.Update_Row(
453: p_history_log_param_id => p_ge_hl_param_rec.history_log_param_id,
454: p_entity_history_log_id => p_ge_hl_param_rec.entity_history_log_id,
455: p_param_name => p_ge_hl_param_rec.param_name,
456: p_object_version_number => p_ge_hl_param_rec.object_version_number,

Line 622: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Delete_Row)

618:
619: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
620: END IF;
621:
622: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Delete_Row)
623: Pv_Ge_Hl_Param_Pkg.Delete_Row(
624: p_history_log_param_id => p_history_log_param_id,
625: p_object_version_number => p_object_version_number );
626: --

Line 623: Pv_Ge_Hl_Param_Pkg.Delete_Row(

619: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
620: END IF;
621:
622: -- Invoke table handler(Pv_Ge_Hl_Param_Pkg.Delete_Row)
623: Pv_Ge_Hl_Param_Pkg.Delete_Row(
624: p_history_log_param_id => p_history_log_param_id,
625: p_object_version_number => p_object_version_number );
626: --
627: -- End of API body

Line 777: Pv_Ge_Hl_Param_Pkg.Lock_Row(l_history_log_param_id,p_object_version);

773: x_return_status := FND_API.G_RET_STS_SUCCESS;
774:
775:
776: ------------------------ lock -------------------------
777: Pv_Ge_Hl_Param_Pkg.Lock_Row(l_history_log_param_id,p_object_version);
778:
779:
780: -------------------- finish --------------------------
781: FND_MSG_PUB.count_and_get(