DBA Data[Home] [Help]

APPS.PV_GE_PARTY_NOTIF_PVT dependencies on PV_GE_PARTY_NOTIF_PKG

Line 197: -- Invoke table handler(Pv_Ge_Party_Notif_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_Party_Notif_Pkg.Insert_Row)
198: Pv_Ge_Party_Notif_Pkg.Insert_Row(
199: px_party_notification_id => l_party_notification_id,
200: p_notification_id => p_pgp_notif_rec.notification_id,
201: px_object_version_number => l_object_version_number,

Line 198: Pv_Ge_Party_Notif_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_Party_Notif_Pkg.Insert_Row)
198: Pv_Ge_Party_Notif_Pkg.Insert_Row(
199: px_party_notification_id => l_party_notification_id,
200: p_notification_id => p_pgp_notif_rec.notification_id,
201: px_object_version_number => l_object_version_number,
202: p_partner_id => p_pgp_notif_rec.partner_id,

Line 452: -- Invoke table handler(Pv_Ge_Party_Notif_Pkg.Update_Row)

448:
449: PVX_UTILITY_PVT.debug_message('Private API: Calling update table handler');
450: END IF;
451:
452: -- Invoke table handler(Pv_Ge_Party_Notif_Pkg.Update_Row)
453: Pv_Ge_Party_Notif_Pkg.Update_Row(
454: p_party_notification_id => p_pgp_notif_rec.party_notification_id,
455: p_notification_id => p_pgp_notif_rec.notification_id,
456: p_object_version_number => p_pgp_notif_rec.object_version_number,

Line 453: Pv_Ge_Party_Notif_Pkg.Update_Row(

449: PVX_UTILITY_PVT.debug_message('Private API: Calling update table handler');
450: END IF;
451:
452: -- Invoke table handler(Pv_Ge_Party_Notif_Pkg.Update_Row)
453: Pv_Ge_Party_Notif_Pkg.Update_Row(
454: p_party_notification_id => p_pgp_notif_rec.party_notification_id,
455: p_notification_id => p_pgp_notif_rec.notification_id,
456: p_object_version_number => p_pgp_notif_rec.object_version_number,
457: p_partner_id => p_pgp_notif_rec.partner_id,

Line 624: -- Invoke table handler(Pv_Ge_Party_Notif_Pkg.Delete_Row)

620:
621: PVX_UTILITY_PVT.debug_message( 'Private API: Calling delete table handler');
622: END IF;
623:
624: -- Invoke table handler(Pv_Ge_Party_Notif_Pkg.Delete_Row)
625: Pv_Ge_Party_Notif_Pkg.Delete_Row(
626: p_party_notification_id => p_party_notification_id,
627: p_object_version_number => p_object_version_number );
628: --

Line 625: Pv_Ge_Party_Notif_Pkg.Delete_Row(

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

Line 779: Pv_Ge_Party_Notif_Pkg.Lock_Row(l_party_notification_id,p_object_version);

775: x_return_status := FND_API.G_RET_STS_SUCCESS;
776:
777:
778: ------------------------ lock -------------------------
779: Pv_Ge_Party_Notif_Pkg.Lock_Row(l_party_notification_id,p_object_version);
780:
781:
782: -------------------- finish --------------------------
783: FND_MSG_PUB.count_and_get(