DBA Data[Home] [Help]

APPS.AMS_TRIGGER_PVT dependencies on STANDARD

Line 53: -- 10/25/1999 ptendulk Modified according to new standards

49: -- As soon as the Trigger is created Start the Workflow Process
50: --
51: -- HISTORY
52: -- 07/26/1999 ptendulk Created
53: -- 10/25/1999 ptendulk Modified according to new standards
54: -- 01/11/2000 ptendulk Modified API calls , Send p_commit = False
55: -- to API calls
56: -- 02/25/2000 ptendulk Modified - Added the Workflow process calls
57: -- 15-Feb-2001 ptendulk Modified 1. trigger action table won't be used since Hornet

Line 116: -- Standard Start of API savepoint

112: l_st_dt DATE;
113:
114: BEGIN
115: --
116: -- Standard Start of API savepoint
117: --
118: SAVEPOINT Create_Trig_PVT;
119:
120: IF (AMS_DEBUG_HIGH_ON) THEN

Line 133: -- Standard call to check for call compatibility.

129: FND_MSG_PUB.initialize;
130: END IF;
131:
132: --
133: -- Standard call to check for call compatibility.
134: --
135: IF NOT FND_API.Compatible_API_Call ( l_api_version,
136: p_api_version,
137: l_api_name,

Line 362: -- Standard check of p_commit.

358: --
359: -- END of API body.
360: --
361:
362: -- Standard check of p_commit.
363: IF FND_API.To_Boolean ( p_commit )
364: THEN
365: COMMIT WORK;
366: END IF;

Line 369: -- Standard call to get message count AND IF count is 1, get message info.

365: COMMIT WORK;
366: END IF;
367:
368: --
369: -- Standard call to get message count AND IF count is 1, get message info.
370: --
371: FND_MSG_PUB.Count_AND_Get
372: ( p_count => x_msg_count,
373: p_data => x_msg_data,

Line 496: -- Standard Start of API savepoint

492: l_thldchk_rec Ams_Thldchk_pvt.thldchk_rec_type:= p_thldchk_rec;
493:
494: BEGIN
495: --
496: -- Standard Start of API savepoint
497: --
498: SAVEPOINT Update_Trig_PVT;
499:
500: --

Line 516: -- Standard call to check for call compatibility.

512: FND_MSG_PUB.initialize;
513: END IF;
514:
515: --
516: -- Standard call to check for call compatibility.
517: --
518: IF NOT FND_API.Compatible_API_Call ( l_api_version,
519: p_api_version,
520: l_api_name,

Line 942: -- Standard check of p_commit.

938: -- END of API body.
939: --
940:
941: --
942: -- Standard check of p_commit.
943: --
944: IF FND_API.to_boolean(p_commit) THEN
945: COMMIT;
946: END IF;

Line 1046: -- Standard Start of API savepoint

1042: l_timezone_id NUMBER;
1043: l_user_st_dt DATE;
1044:
1045: BEGIN
1046: -- Standard Start of API savepoint
1047: SAVEPOINT Activate_Trig_PVT;
1048:
1049: IF (AMS_DEBUG_HIGH_ON) THEN
1050: AMS_Utility_PVT.debug_message(l_full_name||': start');

Line 1057: -- Standard call to check for call compatibility.

1053: IF FND_API.to_boolean(p_init_msg_list) THEN
1054: FND_MSG_PUB.initialize;
1055: END IF;
1056:
1057: -- Standard call to check for call compatibility.
1058: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1059: p_api_version,
1060: l_api_name,
1061: G_PKG_NAME)

Line 1140: -- Standard check of p_commit.

1136: WHERE trigger_id = p_trigger_id;
1137:
1138: -- END of API body.
1139:
1140: -- Standard check of p_commit.
1141: IF FND_API.To_Boolean ( p_commit )
1142: THEN
1143: COMMIT WORK;
1144: END IF;

Line 1146: -- Standard call to get message count AND IF count is 1, get message info.

1142: THEN
1143: COMMIT WORK;
1144: END IF;
1145:
1146: -- Standard call to get message count AND IF count is 1, get message info.
1147: FND_MSG_PUB.Count_AND_Get
1148: ( p_count => x_msg_count,
1149: p_data => x_msg_data,
1150: p_encoded => FND_API.G_FALSE