DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on STANDARD

Line 395: -- Standard Start of API savepoint

391: l_address_id NUMBER := NULL;
392:
393:
394: BEGIN
395: -- Standard Start of API savepoint
396: SAVEPOINT ASSIGN_SALES_LEAD_PVT;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

394: BEGIN
395: -- Standard Start of API savepoint
396: SAVEPOINT ASSIGN_SALES_LEAD_PVT;
397:
398: -- Standard call to check for call compatibility.
399: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
400: p_api_version_number,
401: l_api_name,
402: G_PKG_NAME)

Line 670: -- Standard check for p_commit

666: --
667: -- END of API body
668: --
669:
670: -- Standard check for p_commit
671: IF FND_API.to_Boolean( p_commit )
672: THEN
673: COMMIT WORK;
674: END IF;

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

679: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
680: 'PVT: ' || l_api_name || ' End');
681: END IF;
682:
683: -- Standard call to get message count and IF count is 1, get message info.
684: FND_MSG_PUB.Count_And_Get
685: ( p_count => x_msg_count,
686: p_data => x_msg_data );
687:

Line 740: -- Standard Start of API savepoint

736: l_itemtype VARCHAR2(8);
737: l_itemkey VARCHAR2(50);
738:
739: BEGIN
740: -- Standard Start of API savepoint
741: SAVEPOINT CALL_WF_TO_ASSIGN_PVT;
742:
743: -- Standard call to check for call compatibility.
744: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

739: BEGIN
740: -- Standard Start of API savepoint
741: SAVEPOINT CALL_WF_TO_ASSIGN_PVT;
742:
743: -- Standard call to check for call compatibility.
744: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
745: p_api_version_number,
746: l_api_name,
747: G_PKG_NAME)

Line 837: -- Standard check for p_commit

833: --
834: -- END of API body
835: --
836:
837: -- Standard check for p_commit
838: IF FND_API.to_Boolean( p_commit )
839: THEN
840: COMMIT WORK;
841: END IF;

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

845: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
846: 'PVT: ' || l_api_name || ' End');
847: END IF;
848:
849: -- Standard call to get message count and IF count is 1, get message info.
850: FND_MSG_PUB.Count_And_Get
851: ( p_count => x_msg_count,
852: p_data => x_msg_data );
853:

Line 1264: -- Standard Start of API savepoint

1260: l_rs_id NUMBER;
1261: l_itemtype VARCHAR2(8);
1262: l_itemkey VARCHAR2(30);
1263: BEGIN
1264: -- Standard Start of API savepoint
1265: SAVEPOINT BUILD_LEAD_SALES_TEAM_PVT;
1266:
1267: -- Standard call to check for call compatibility.
1268: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

1263: BEGIN
1264: -- Standard Start of API savepoint
1265: SAVEPOINT BUILD_LEAD_SALES_TEAM_PVT;
1266:
1267: -- Standard call to check for call compatibility.
1268: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
1269: p_api_version_number,
1270: l_api_name,
1271: G_PKG_NAME)

Line 1343: -- Standard call to get message count and IF count is 1,

1339: 'Online TAP disabled/owner exist');
1340: END IF;
1341: Add_Creator_In_Sales_Team(l_customer_id, l_address_id,
1342: p_sales_lead_id, p_identity_salesforce_id, p_salesgroup_id);
1343: -- Standard call to get message count and IF count is 1,
1344: -- get message info.
1345: FND_MSG_PUB.Count_And_Get
1346: ( p_count => x_msg_count,
1347: p_data => x_msg_data );

Line 1943: -- Standard check for p_commit

1939: --
1940: -- END of API body
1941: --
1942:
1943: -- Standard check for p_commit
1944: IF FND_API.to_Boolean( p_commit )
1945: THEN
1946: COMMIT WORK;
1947: END IF;

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

1951: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
1952: 'PVT: ' || l_api_name || ' End');
1953: END IF;
1954:
1955: -- Standard call to get message count and IF count is 1, get message info.
1956: IF x_return_status = 'W'
1957: THEN
1958: FND_MSG_PUB.Count_And_Get
1959: (

Line 2363: -- Standard Start of API savepoint

2359:
2360: l_itemtype VARCHAR2(8);
2361: l_itemkey VARCHAR2(30);
2362: BEGIN
2363: -- Standard Start of API savepoint
2364: SAVEPOINT REBUILD_LEAD_SALES_TEAM_PVT;
2365:
2366: -- Standard call to check for call compatibility.
2367: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2362: BEGIN
2363: -- Standard Start of API savepoint
2364: SAVEPOINT REBUILD_LEAD_SALES_TEAM_PVT;
2365:
2366: -- Standard call to check for call compatibility.
2367: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2368: p_api_version_number,
2369: l_api_name,
2370: G_PKG_NAME)

Line 2422: -- Standard call to get message count and IF count is 1,

2418: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
2419: 'PVT: ' || l_api_name || ' End');
2420: END IF;
2421:
2422: -- Standard call to get message count and IF count is 1,
2423: -- get message info.
2424: FND_MSG_PUB.Count_And_Get
2425: ( p_count => x_msg_count,
2426: p_data => x_msg_data );

Line 2453: -- Standard call to get message count and IF count is 1,

2449: IF (AS_DEBUG_LOW_ON) THEN
2450: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
2451: 'Lead Online TAP is disabled!');
2452: END IF;
2453: -- Standard call to get message count and IF count is 1,
2454: -- get message info.
2455: FND_MSG_PUB.Count_And_Get
2456: ( p_count => x_msg_count,
2457: p_data => x_msg_data );

Line 2968: -- Standard check for p_commit

2964: --
2965: -- END of API body
2966: --
2967:
2968: -- Standard check for p_commit
2969: IF FND_API.to_Boolean( p_commit )
2970: THEN
2971: COMMIT WORK;
2972: END IF;

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

2977: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
2978: 'PVT: ' || l_api_name || ' End');
2979: END IF;
2980:
2981: -- Standard call to get message count and IF count is 1, get message info.
2982: IF x_return_status = 'W'
2983: THEN
2984: FND_MSG_PUB.Count_And_Get
2985: (

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

4666: AND (sales_group_id = l_group_id OR
4667: (sales_group_id IS NULL AND l_group_id IS NULL));
4668: END IF;
4669:
4670: -- Standard call to get message count and IF count is 1, get message info.
4671: FND_MSG_PUB.Count_And_Get
4672: ( p_count => x_msg_count,
4673: p_data => x_msg_data );
4674: END Set_Default_Lead_Owner;

Line 5706: -- USER HOOK standard : customer pre-processing section - mandatory

5702:
5703: l_call_user_hook := JTF_USR_HKS.Ok_to_execute('AS_LEAD_ROUTING_WF',
5704: 'GetOwner','B','C');
5705:
5706: -- USER HOOK standard : customer pre-processing section - mandatory
5707: IF l_call_user_hook
5708: THEN
5709: IF (AS_DEBUG_LOW_ON) THEN
5710: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,

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

5879: IF (AS_DEBUG_LOW_ON) THEN
5880: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
5881: 'Get_Owner: End');
5882: END IF;
5883: -- Standard call to get message count and IF count is 1, get message info.
5884: FND_MSG_PUB.Count_And_Get
5885: ( p_count => x_msg_count,
5886: p_data => x_msg_data );
5887: EXCEPTION

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

6272: Remove_Redundant_Accesses(p_sales_lead_id, p_request_id);
6273: END IF;
6274: Process_Access_Record(p_sales_lead_id, p_request_id);
6275:
6276: -- Standard call to get message count and IF count is 1, get message info.
6277: FND_MSG_PUB.Count_And_Get
6278: ( p_count => x_msg_count,
6279: p_data => x_msg_data );
6280: END Find_Lead_Owner;