DBA Data[Home] [Help]

APPS.PV_GE_NOTIF_RULES_PVT dependencies on PV_GE_NOTIF_RULES_PKG

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

222:
223: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
224: END IF;
225:
226: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Insert_Row)
227: Pv_Ge_Notif_Rules_Pkg.Insert_Row(
228: --px_notif_rule_id => l_notif_rule_id,
229: --Anubhav added
230: px_notif_rule_id => l_ge_notif_rules_rec.notif_rule_id,

Line 227: Pv_Ge_Notif_Rules_Pkg.Insert_Row(

223: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
224: END IF;
225:
226: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Insert_Row)
227: Pv_Ge_Notif_Rules_Pkg.Insert_Row(
228: --px_notif_rule_id => l_notif_rule_id,
229: --Anubhav added
230: px_notif_rule_id => l_ge_notif_rules_rec.notif_rule_id,
231: --Anubhav added ends

Line 733: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Update_Row)

729:
730: -- Debug Message
731: --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;
732:
733: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Update_Row)
734: Pv_Ge_Notif_Rules_Pkg.Update_Row(
735: p_notif_rule_id => p_ge_notif_rules_rec.notif_rule_id,
736: p_object_version_number => p_ge_notif_rules_rec.object_version_number,
737: p_arc_notif_for_entity_code => p_ge_notif_rules_rec.arc_notif_for_entity_code,

Line 734: Pv_Ge_Notif_Rules_Pkg.Update_Row(

730: -- Debug Message
731: --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;
732:
733: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Update_Row)
734: Pv_Ge_Notif_Rules_Pkg.Update_Row(
735: p_notif_rule_id => p_ge_notif_rules_rec.notif_rule_id,
736: p_object_version_number => p_ge_notif_rules_rec.object_version_number,
737: p_arc_notif_for_entity_code => p_ge_notif_rules_rec.arc_notif_for_entity_code,
738: p_notif_for_entity_id => p_ge_notif_rules_rec.notif_for_entity_id,

Line 915: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Delete_Row)

911:
912: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
913: END IF;
914:
915: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Delete_Row)
916: Pv_Ge_Notif_Rules_Pkg.Delete_Row(
917: p_notif_rule_id => p_notif_rule_id,
918: p_object_version_number => p_object_version_number );
919: --

Line 916: Pv_Ge_Notif_Rules_Pkg.Delete_Row(

912: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
913: END IF;
914:
915: -- Invoke table handler(Pv_Ge_Notif_Rules_Pkg.Delete_Row)
916: Pv_Ge_Notif_Rules_Pkg.Delete_Row(
917: p_notif_rule_id => p_notif_rule_id,
918: p_object_version_number => p_object_version_number );
919: --
920: -- End of API body

Line 1070: Pv_Ge_Notif_Rules_Pkg.Lock_Row(l_notif_rule_id,p_object_version);

1066: x_return_status := FND_API.G_RET_STS_SUCCESS;
1067:
1068:
1069: ------------------------ lock -------------------------
1070: Pv_Ge_Notif_Rules_Pkg.Lock_Row(l_notif_rule_id,p_object_version);
1071:
1072:
1073: -------------------- finish --------------------------
1074: FND_MSG_PUB.count_and_get(