DBA Data[Home] [Help]

APPS.PV_GE_HIST_LOG_PVT dependencies on PV_GE_HIST_LOG_PKG

Line 197: -- Invoke table handler(Pv_Ge_Hist_Log_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_Hist_Log_Pkg.Insert_Row)
198: Pv_Ge_Hist_Log_Pkg.Insert_Row(
199: px_entity_history_log_id => l_entity_history_log_id,
200: px_object_version_number => l_object_version_number,
201: p_arc_history_for_entity_code => p_ge_hist_log_rec.arc_history_for_entity_code,

Line 198: Pv_Ge_Hist_Log_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_Hist_Log_Pkg.Insert_Row)
198: Pv_Ge_Hist_Log_Pkg.Insert_Row(
199: px_entity_history_log_id => l_entity_history_log_id,
200: px_object_version_number => l_object_version_number,
201: p_arc_history_for_entity_code => p_ge_hist_log_rec.arc_history_for_entity_code,
202: p_history_for_entity_id => p_ge_hist_log_rec.history_for_entity_id,

Line 454: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Update_Row)

450:
451: PVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
452: END IF;
453:
454: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Update_Row)
455: Pv_Ge_Hist_Log_Pkg.Update_Row(
456: p_entity_history_log_id => p_ge_hist_log_rec.entity_history_log_id,
457: p_object_version_number => p_ge_hist_log_rec.object_version_number,
458: p_arc_history_for_entity_code => p_ge_hist_log_rec.arc_history_for_entity_code,

Line 455: Pv_Ge_Hist_Log_Pkg.Update_Row(

451: PVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');
452: END IF;
453:
454: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Update_Row)
455: Pv_Ge_Hist_Log_Pkg.Update_Row(
456: p_entity_history_log_id => p_ge_hist_log_rec.entity_history_log_id,
457: p_object_version_number => p_ge_hist_log_rec.object_version_number,
458: p_arc_history_for_entity_code => p_ge_hist_log_rec.arc_history_for_entity_code,
459: p_history_for_entity_id => p_ge_hist_log_rec.history_for_entity_id,

Line 628: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Delete_Row)

624:
625: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
626: END IF;
627:
628: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Delete_Row)
629: Pv_Ge_Hist_Log_Pkg.Delete_Row(
630: p_entity_history_log_id => p_entity_history_log_id,
631: p_object_version_number => p_object_version_number );
632: --

Line 629: Pv_Ge_Hist_Log_Pkg.Delete_Row(

625: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
626: END IF;
627:
628: -- Invoke table handler(Pv_Ge_Hist_Log_Pkg.Delete_Row)
629: Pv_Ge_Hist_Log_Pkg.Delete_Row(
630: p_entity_history_log_id => p_entity_history_log_id,
631: p_object_version_number => p_object_version_number );
632: --
633: -- End of API body

Line 783: Pv_Ge_Hist_Log_Pkg.Lock_Row(l_entity_history_log_id,p_object_version);

779: x_return_status := FND_API.G_RET_STS_SUCCESS;
780:
781:
782: ------------------------ lock -------------------------
783: Pv_Ge_Hist_Log_Pkg.Lock_Row(l_entity_history_log_id,p_object_version);
784:
785:
786: -------------------- finish --------------------------
787: FND_MSG_PUB.count_and_get(