DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_ASSIGN_PVT dependencies on STANDARD

Line 394: -- Standard Start of API savepoint

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

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

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

Line 669: -- Standard check for p_commit

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

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

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

Line 739: -- Standard Start of API savepoint

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

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

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

Line 836: -- Standard check for p_commit

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

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

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

Line 1263: -- Standard Start of API savepoint

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

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

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

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

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

Line 1942: -- Standard check for p_commit

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

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

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

Line 2362: -- Standard Start of API savepoint

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

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

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

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

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

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

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

Line 2967: -- Standard check for p_commit

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

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

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

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

4644: AND (sales_group_id = l_group_id OR
4645: (sales_group_id IS NULL AND l_group_id IS NULL));
4646: END IF;
4647:
4648: -- Standard call to get message count and IF count is 1, get message info.
4649: FND_MSG_PUB.Count_And_Get
4650: ( p_count => x_msg_count,
4651: p_data => x_msg_data );
4652: END Set_Default_Lead_Owner;

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

5678:
5679: l_call_user_hook := JTF_USR_HKS.Ok_to_execute('AS_LEAD_ROUTING_WF',
5680: 'GetOwner','B','C');
5681:
5682: -- USER HOOK standard : customer pre-processing section - mandatory
5683: IF l_call_user_hook
5684: THEN
5685: IF (AS_DEBUG_LOW_ON) THEN
5686: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,

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

5855: IF (AS_DEBUG_LOW_ON) THEN
5856: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,
5857: 'Get_Owner: End');
5858: END IF;
5859: -- Standard call to get message count and IF count is 1, get message info.
5860: FND_MSG_PUB.Count_And_Get
5861: ( p_count => x_msg_count,
5862: p_data => x_msg_data );
5863: EXCEPTION

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

6245: Remove_Redundant_Accesses(p_sales_lead_id, p_request_id);
6246: END IF;
6247: Process_Access_Record(p_sales_lead_id, p_request_id);
6248:
6249: -- Standard call to get message count and IF count is 1, get message info.
6250: FND_MSG_PUB.Count_And_Get
6251: ( p_count => x_msg_count,
6252: p_data => x_msg_data );
6253: END Find_Lead_Owner;