DBA Data[Home] [Help]

APPS.AMS_COPYACTIVITIES_PVT dependencies on STANDARD

Line 272: -- Standard Start of API savepoint

268: l_new_reference_rec fetch_camp_details%ROWTYPE;
269:
270: BEGIN
271:
272: -- Standard Start of API savepoint
273: SAVEPOINT COPY_Camp_Common_PVT;
274:
275: -- Standard call to check for call compatibility.
276: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

271:
272: -- Standard Start of API savepoint
273: SAVEPOINT COPY_Camp_Common_PVT;
274:
275: -- Standard call to check for call compatibility.
276: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
277: p_api_version,
278: l_api_name,
279: G_PKG_NAME)

Line 761: -- Standard call to get message count and if count is 1, get message info.

757:
758: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
759: END IF;
760:
761: -- Standard call to get message count and if count is 1, get message info.
762: FND_MSG_PUB.Count_And_Get
763: (p_count => x_msg_count,
764: p_data => x_msg_data
765: );

Line 771: -- Standard call to get message count and if count=1, get the message

767: EXCEPTION
768: WHEN FND_API.G_EXC_ERROR THEN
769: ROLLBACK TO COPY_Camp_Common_PVT;
770: x_return_status := FND_API.G_RET_STS_ERROR;
771: -- Standard call to get message count and if count=1, get the message
772: FND_MSG_PUB.Count_And_Get (
773: p_encoded => FND_API.G_FALSE,
774: p_count => x_msg_count,
775: p_data => x_msg_data

Line 780: -- Standard call to get message count and if count=1, get the message

776: );
777: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
778: ROLLBACK TO COPY_Camp_Common_PVT;
779: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
780: -- Standard call to get message count and if count=1, get the message
781: FND_MSG_PUB.Count_And_Get (
782: p_encoded => FND_API.G_FALSE,
783: p_count => x_msg_count,
784: p_data => x_msg_data

Line 792: -- Standard call to get message count and if count=1, get the message

788: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
789: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
790: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
791: END IF;
792: -- Standard call to get message count and if count=1, get the message
793: FND_MSG_PUB.Count_And_Get (
794: p_encoded => FND_API.G_FALSE,
795: p_count => x_msg_count,
796: p_data => x_msg_data

Line 2222: --Standard Start API savePoint

2218: WHERE parent_campaign_id = p_src_camp_id;
2219:
2220: BEGIN
2221: x_return_status := fnd_api.g_ret_sts_success;
2222: --Standard Start API savePoint
2223: SAVEPOINT Copy_Campaign_PVT;
2224: IF NOT FND_API.Compatible_API_CALL (l_api_version,
2225: p_api_version,
2226: l_api_name,

Line 2740: -- Standard Start of API savepoint

2736: l_tar_eone_id NUMBER;
2737:
2738:
2739: BEGIN
2740: -- Standard Start of API savepoint
2741: SAVEPOINT copy_schedule_savepoint;
2742:
2743: -- Standard call to check for call compatibility.
2744: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2739: BEGIN
2740: -- Standard Start of API savepoint
2741: SAVEPOINT copy_schedule_savepoint;
2742:
2743: -- Standard call to check for call compatibility.
2744: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2745: p_api_version,
2746: l_api_name,
2747: G_PKG_NAME)

Line 2991: -- Standard check for p_commit

2987: --
2988: -- End of API body.
2989: --
2990:
2991: -- Standard check for p_commit
2992: IF FND_API.to_Boolean( p_commit ) THEN
2993: COMMIT WORK;
2994: END IF;
2995:

Line 3003: -- Standard call to get message count and if count is 1, get message info.

2999:
3000: AMS_UTILITY_PVT.debug_message('Private API: ' || l_api_name || ' end');
3001: END IF;
3002:
3003: -- Standard call to get message count and if count is 1, get message info.
3004: FND_MSG_PUB.Count_And_Get (
3005: p_count => x_msg_count,
3006: p_data => x_msg_data
3007: );

Line 3012: -- Standard call to get message count and if count=1, get the message

3008: EXCEPTION
3009: WHEN FND_API.G_EXC_ERROR THEN
3010: ROLLBACK TO copy_schedule_savepoint;
3011: x_return_status := FND_API.G_RET_STS_ERROR;
3012: -- Standard call to get message count and if count=1, get the message
3013: FND_MSG_PUB.Count_And_Get (
3014: p_encoded => FND_API.G_FALSE,
3015: p_count => x_msg_count,
3016: p_data => x_msg_data

Line 3021: -- Standard call to get message count and if count=1, get the message

3017: );
3018: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3019: ROLLBACK TO copy_schedule_savepoint;
3020: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3021: -- Standard call to get message count and if count=1, get the message
3022: FND_MSG_PUB.Count_And_Get (
3023: p_encoded => FND_API.G_FALSE,
3024: p_count => x_msg_count,
3025: p_data => x_msg_data

Line 3033: -- Standard call to get message count and if count=1, get the message

3029: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3030: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3031: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
3032: END IF;
3033: -- Standard call to get message count and if count=1, get the message
3034: FND_MSG_PUB.Count_And_Get (
3035: p_encoded => FND_API.G_FALSE,
3036: p_count => x_msg_count,
3037: p_data => x_msg_data