DBA Data[Home] [Help]

APPS.PV_ENTYROUT_PUB dependencies on PV_ENTYROUT_PVT

Line 78: PV_entyrout_PVT.Create_entyrout(

74: -- API body
75: --
76:
77: -- Calling Private package: Create_ENTYROUT
78: PV_entyrout_PVT.Create_entyrout(
79: P_Api_Version_Number => 2.0,
80: P_Init_Msg_List => FND_API.G_FALSE,
81: P_Commit => FND_API.G_FALSE,
82: P_Validation_Level => P_Validation_Level,

Line 221: PV_entyrout_PVT.Update_entyrout(

217: --
218: -- API body
219: --
220:
221: PV_entyrout_PVT.Update_entyrout(
222: P_Api_Version_Number => 2.0,
223: P_Init_Msg_List => FND_API.G_FALSE,
224: P_Commit => p_commit,
225: P_Validation_Level => P_Validation_Level,

Line 364: PV_entyrout_PVT.Delete_entyrout(

360: --
361: -- API body
362: --
363:
364: PV_entyrout_PVT.Delete_entyrout(
365: P_Api_Version_Number => 2.0,
366: P_Init_Msg_List => FND_API.G_FALSE,
367: P_Commit => p_commit,
368: P_Validation_Level => p_Validation_Level,