DBA Data[Home] [Help]

APPS.CS_AUTOGEN_TASK_PVT dependencies on STANDARD

Line 631: -- Standard call to check for call compatibility

627: IF FND_API.To_Boolean(p_init_msg_list) THEN
628: FND_MSG_PUB.Initialize;
629: END IF;
630:
631: -- Standard call to check for call compatibility
632: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
633: l_api_name, G_PKG_NAME) THEN
634: FND_MSG_PUB.Count_And_Get(
635: p_count => x_msg_count,

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

836: end loop; -- While c_search_rules%found
837:
838: close c_search_rules;
839:
840: -- Standard call to get message count and if count is 1, get message info
841: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
842:
843: EXCEPTION
844: WHEN FND_API.G_EXC_ERROR THEN

Line 937: -- API standard start of API saveponit

933: l_planned_end_date DATE; -- 12.1.2 SR Task Enhancement Project
934:
935: BEGIN
936: -- Declare a savepoint to rollback to in case of errors in task creation.
937: -- API standard start of API saveponit
938:
939: SAVEPOINT CS_AutoGen_Task_PVT ;
940:
941: -- Initialize message list if p_init_msg_list is set to TRUE

Line 946: -- Standard call to check for call compatibility

942: IF FND_API.To_Boolean(p_init_msg_list) THEN
943: FND_MSG_PUB.Initialize;
944: END IF;
945:
946: -- Standard call to check for call compatibility
947: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
948: l_api_name, G_PKG_NAME) THEN
949: FND_MSG_PUB.Count_And_Get(
950: p_count => x_msg_count,

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

1209: End If;
1210:
1211: End If; -- If (l_call_create_task_api = TRUE)
1212:
1213: -- Standard call to get message count and if count is 1, get message info
1214: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1215:
1216: -- Standard check of p_commit
1217: IF FND_API.To_Boolean(p_commit) THEN

Line 1216: -- Standard check of p_commit

1212:
1213: -- Standard call to get message count and if count is 1, get message info
1214: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
1215:
1216: -- Standard check of p_commit
1217: IF FND_API.To_Boolean(p_commit) THEN
1218: COMMIT WORK;
1219: END IF;
1220: