DBA Data[Home] [Help]

APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_PKG

Line 226: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Insert_Row)

222:
223: l_sequence_num := NVL(l_sequence_num,0) +1 ;
224:
225:
226: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Insert_Row)
227: Pv_Ge_Chklst_Pkg.Insert_Row(
228: px_checklist_item_id => l_ge_chklst_rec.checklist_item_id,
229: px_object_version_number => l_object_version_number,
230: p_arc_used_by_entity_code => p_ge_chklst_rec.arc_used_by_entity_code,

Line 227: Pv_Ge_Chklst_Pkg.Insert_Row(

223: l_sequence_num := NVL(l_sequence_num,0) +1 ;
224:
225:
226: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Insert_Row)
227: Pv_Ge_Chklst_Pkg.Insert_Row(
228: px_checklist_item_id => l_ge_chklst_rec.checklist_item_id,
229: px_object_version_number => l_object_version_number,
230: p_arc_used_by_entity_code => p_ge_chklst_rec.arc_used_by_entity_code,
231: p_used_by_entity_id => p_ge_chklst_rec.used_by_entity_id,

Line 739: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Update_Row)

735:
736: -- Debug Message
737: --IF (PV_DEBUG_HIGH_ON) THENPVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');END IF;
738:
739: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Update_Row)
740: Pv_Ge_Chklst_Pkg.Update_Row(
741: p_checklist_item_id => p_ge_chklst_rec.checklist_item_id,
742: p_object_version_number => p_ge_chklst_rec.object_version_number,
743: p_arc_used_by_entity_code => p_ge_chklst_rec.arc_used_by_entity_code,

Line 740: Pv_Ge_Chklst_Pkg.Update_Row(

736: -- Debug Message
737: --IF (PV_DEBUG_HIGH_ON) THENPVX_UTILITY_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: Calling update table handler');END IF;
738:
739: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Update_Row)
740: Pv_Ge_Chklst_Pkg.Update_Row(
741: p_checklist_item_id => p_ge_chklst_rec.checklist_item_id,
742: p_object_version_number => p_ge_chklst_rec.object_version_number,
743: p_arc_used_by_entity_code => p_ge_chklst_rec.arc_used_by_entity_code,
744: p_used_by_entity_id => p_ge_chklst_rec.used_by_entity_id,

Line 911: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Delete_Row)

907:
908: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
909: END IF;
910:
911: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Delete_Row)
912: Pv_Ge_Chklst_Pkg.Delete_Row(
913: p_checklist_item_id => p_checklist_item_id,
914: p_object_version_number => p_object_version_number );
915: --

Line 912: Pv_Ge_Chklst_Pkg.Delete_Row(

908: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
909: END IF;
910:
911: -- Invoke table handler(Pv_Ge_Chklst_Pkg.Delete_Row)
912: Pv_Ge_Chklst_Pkg.Delete_Row(
913: p_checklist_item_id => p_checklist_item_id,
914: p_object_version_number => p_object_version_number );
915: --
916: -- End of API body

Line 1066: Pv_Ge_Chklst_Pkg.Lock_Row(l_checklist_item_id,p_object_version);

1062: x_return_status := FND_API.G_RET_STS_SUCCESS;
1063:
1064:
1065: ------------------------ lock -------------------------
1066: Pv_Ge_Chklst_Pkg.Lock_Row(l_checklist_item_id,p_object_version);
1067:
1068:
1069: -------------------- finish --------------------------
1070: FND_MSG_PUB.count_and_get(