DBA Data[Home] [Help]

APPS.PV_SELCRIT_PUB dependencies on PV_SELCRIT_PVT

Line 77: PV_selcrit_PVT.Create_selcrit(

73: -- API body
74: --
75:
76: -- Calling Private package: Create_SELCRIT
77: PV_selcrit_PVT.Create_selcrit(
78: P_Api_Version_Number => 2.0,
79: P_Init_Msg_List => FND_API.G_FALSE,
80: P_Commit => FND_API.G_FALSE,
81: P_Validation_Level => P_Validation_Level,

Line 222: PV_selcrit_PVT.Update_selcrit(

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

Line 365: PV_selcrit_PVT.Delete_selcrit(

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