DBA Data[Home] [Help]

APPS.AML_MONITOR_CONDITIONS_PUB dependencies on AML_MONITOR_CONDITIONS_PVT

Line 76: AML_MONITOR_CONDITIONS_PVT.Create_Monitor_Condition(

72: -- Initialize API return status to SUCCESS
73: -- x_return_status := FND_API.G_RET_STS_SUCCESS;
74:
75: -- Invoke private API (AML_MONITOR_CONDITIONS_PKG.Create_Monitor_Condition)
76: AML_MONITOR_CONDITIONS_PVT.Create_Monitor_Condition(
77: P_Api_Version_Number => 2.0,
78: P_Init_Msg_List => FND_API.G_FALSE,
79: P_Commit => FND_API.G_FALSE,
80: P_Validation_Level => P_Validation_Level,

Line 202: AML_MONITOR_CONDITIONS_PVT.Update_Monitor_Condition(

198: -- Api body
199: --
200:
201: -- Invoke table handler(aml_MONITOR_CONDITIONS_PKG.Update_Row)
202: AML_MONITOR_CONDITIONS_PVT.Update_Monitor_Condition(
203: P_Api_Version_Number => 2.0,
204: P_Init_Msg_List => FND_API.G_FALSE,
205: P_Commit => FND_API.G_FALSE,
206: P_Validation_Level => P_Validation_Level,

Line 322: -- Invoke table handler(AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition)

318: --
319: -- Api body
320: --
321:
322: -- Invoke table handler(AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition)
323: AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition(
324: P_Api_Version_Number => 2.0,
325: P_Init_Msg_List => FND_API.G_FALSE,
326: P_Commit => FND_API.G_FALSE,

Line 323: AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition(

319: -- Api body
320: --
321:
322: -- Invoke table handler(AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition)
323: AML_MONITOR_CONDITIONS_PVT.Delete_Monitor_Condition(
324: P_Api_Version_Number => 2.0,
325: P_Init_Msg_List => FND_API.G_FALSE,
326: P_Commit => FND_API.G_FALSE,
327: P_Validation_Level => P_Validation_Level,