DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_ENGINE_PVT dependencies on STANDARD

Line 192: -- Standard Start of API savepoint

188: l_action_value VARCHAR2(15);
189:
190:
191: BEGIN
192: -- Standard Start of API savepoint
193: SAVEPOINT RUN_LEAD_ENGINES_PVT;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

191: BEGIN
192: -- Standard Start of API savepoint
193: SAVEPOINT RUN_LEAD_ENGINES_PVT;
194:
195: -- Standard call to check for call compatibility.
196: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
197: p_api_version_number,
198: l_api_name,
199: G_PKG_NAME)

Line 539: -- Standard check for p_commit

535: --
536: -- END of API body
537: --
538:
539: -- Standard check for p_commit
540: IF FND_API.to_Boolean( p_commit )
541: THEN
542: COMMIT WORK;
543: END IF;

Line 551: -- Standard call to get message count and IF count is 1, get message info.

547: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
548: 'PVT: ' || l_api_name || ' End');
549: END IF;
550:
551: -- Standard call to get message count and IF count is 1, get message info.
552: FND_MSG_PUB.Count_And_Get
553: ( p_count => x_msg_count,
554: p_data => x_msg_data );
555:

Line 1223: -- Standard Start of API savepoint

1219:
1220:
1221:
1222: BEGIN
1223: -- Standard Start of API savepoint
1224: SAVEPOINT RATE_SELECT_LEAD_PVT;
1225:
1226: -- Standard call to check for call compatibility.
1227: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1222: BEGIN
1223: -- Standard Start of API savepoint
1224: SAVEPOINT RATE_SELECT_LEAD_PVT;
1225:
1226: -- Standard call to check for call compatibility.
1227: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1228: p_api_version_number,
1229: l_api_name,
1230: G_PKG_NAME)

Line 2485: -- Standard check for p_commit

2481: --
2482: -- END of API body
2483: --
2484:
2485: -- Standard check for p_commit
2486: IF FND_API.to_Boolean( p_commit )
2487: THEN
2488: COMMIT WORK;
2489: END IF;

Line 2498: -- Standard call to get message count and IF count is 1, get message info.

2494: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
2495: 'PVT: ' || l_api_name || ' End');
2496: END IF;
2497:
2498: -- Standard call to get message count and IF count is 1, get message info.
2499: FND_MSG_PUB.Count_And_Get
2500: ( p_count => x_msg_count,
2501: p_data => x_msg_data );
2502:

Line 2614: -- Standard Start of API savepoint

2610: WHERE acc.sales_lead_id = c_sales_lead_id
2611: AND acc.created_by_tap_flag = 'Y';
2612:
2613: BEGIN
2614: -- Standard Start of API savepoint
2615: SAVEPOINT LEAD_PROCESS_AFTER_CREATE_PVT;
2616:
2617: -- Standard call to check for call compatibility.
2618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2613: BEGIN
2614: -- Standard Start of API savepoint
2615: SAVEPOINT LEAD_PROCESS_AFTER_CREATE_PVT;
2616:
2617: -- Standard call to check for call compatibility.
2618: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2619: p_api_version_number,
2620: l_api_name,
2621: G_PKG_NAME)

Line 2995: -- Standard check for p_commit

2991: --
2992: -- END of API body
2993: --
2994:
2995: -- Standard check for p_commit
2996: IF FND_API.to_Boolean( p_commit )
2997: THEN
2998: COMMIT WORK;
2999: END IF;

Line 3007: -- Standard call to get message count and IF count is 1, get message info.

3003: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
3004: 'PVT: ' || l_api_name || ' End');
3005: END IF;
3006:
3007: -- Standard call to get message count and IF count is 1, get message info.
3008: IF x_return_status = 'W'
3009: THEN
3010: FND_MSG_PUB.Count_And_Get
3011: (

Line 3156: -- Standard Start of API savepoint

3152: WHERE sales_lead_id = c_sales_lead_id
3153: ORDER BY log_id DESC;
3154:
3155: BEGIN
3156: -- Standard Start of API savepoint
3157: SAVEPOINT LEAD_PROCESS_AFTER_UPDATE_PVT;
3158:
3159: -- Standard call to check for call compatibility.
3160: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

3155: BEGIN
3156: -- Standard Start of API savepoint
3157: SAVEPOINT LEAD_PROCESS_AFTER_UPDATE_PVT;
3158:
3159: -- Standard call to check for call compatibility.
3160: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3161: p_api_version_number,
3162: l_api_name,
3163: G_PKG_NAME)

Line 3632: -- Standard check for p_commit

3628: --
3629: -- END of API body
3630: --
3631:
3632: -- Standard check for p_commit
3633: IF FND_API.to_Boolean( p_commit )
3634: THEN
3635: COMMIT WORK;
3636: END IF;

Line 3644: -- Standard call to get message count and IF count is 1, get message info.

3640: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
3641: 'PVT: ' || l_api_name || ' End');
3642: END IF;
3643:
3644: -- Standard call to get message count and IF count is 1, get message info.
3645: IF x_return_status = 'W'
3646: THEN
3647: FND_MSG_PUB.Count_And_Get
3648: (