DBA Data[Home] [Help]

APPS.AMS_CONTCAMPAIGN_PVT dependencies on STANDARD

Line 78: item_id => 0 , -- As This is Standard Conversion

74:
75: BEGIN
76: -- Call UOM Conversion API. Pass Item ID as 0 as the UOM is not attached to Item
77: l_to_quantity := Inv_Convert.Inv_Um_Convert (
78: item_id => 0 , -- As This is Standard Conversion
79: precision => p_precision,
80: from_quantity => p_from_quantity,
81: from_unit => p_from_uom_code,
82: to_unit => p_to_uom_code,

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

286: FND_MSG_PUB.Initialize;
287: END IF;
288:
289: --
290: -- Standard call to check for call compatibility.
291: --
292: IF NOT FND_API.Compatible_API_Call ( l_api_version,
293: p_api_version,
294: l_api_name,

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

596: AMS_Utility_PVT.debug_message(l_full_name ||':End');
597: END IF;
598:
599:
600: -- Standard call to get message count AND IF count is 1, get message info.
601: FND_MSG_PUB.Count_AND_Get
602: ( p_count => x_msg_count,
603: p_data => x_msg_data,
604: p_encoded => FND_API.G_FALSE

Line 738: --Standard Who Columns

734:
735: INSERT INTO ams_trigger_results
736: (trigger_result_id
737:
738: --Standard Who Columns
739: ,last_update_date
740: ,last_updated_by
741: ,creation_date
742: ,created_by

Line 760: -- standard who columns

756: )
757: VALUES
758: (
759: l_result_id
760: -- standard who columns
761: ,SYSDATE
762: ,FND_GLOBAL.User_Id
763: ,SYSDATE
764: ,FND_GLOBAL.User_Id

Line 856: -- Standard Start of API savepoint

852: l_trigger c_triggers%rowtype ;
853:
854: BEGIN
855: --
856: -- Standard Start of API savepoint
857: --
858: SAVEPOINT Schedule_trig_run;
859: --
860: -- Debug Message

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

871: FND_MSG_PUB.initialize;
872: END IF;
873:
874: --
875: -- Standard call to check for call compatibility.
876: --
877: IF NOT FND_API.Compatible_API_Call ( l_api_version,
878: p_api_version,
879: l_api_name,

Line 1034: -- Standard check of p_commit.

1030: --
1031: -- END of API body.
1032: --
1033: --
1034: -- Standard check of p_commit.
1035: --
1036: IF FND_API.To_Boolean ( p_commit )
1037: THEN
1038: COMMIT WORK;

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

1038: COMMIT WORK;
1039: END IF;
1040:
1041: --
1042: -- Standard call to get message count AND IF count is 1, get message info.
1043: --
1044: FND_MSG_PUB.Count_AND_Get
1045: ( p_count => x_msg_count,
1046: p_data => x_msg_data,

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

1196: FND_MSG_PUB.initialize;
1197: END IF;
1198:
1199: --
1200: -- Standard call to check for call compatibility.
1201: --
1202: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1203: p_api_version,
1204: l_api_name,

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

1493: -- END of API body.
1494: --
1495:
1496: --
1497: -- Standard call to get message count AND IF count is 1, get message info.
1498: --
1499: FND_MSG_PUB.Count_AND_Get
1500: ( p_count => x_msg_count,
1501: p_data => x_msg_data,