DBA Data[Home] [Help]

APPS.EGO_DATA_SECURITY dependencies on STANDARD

Line 6272: -- Standard Start of API savepoint

6268: ' - p_commit: '||p_commit
6269: );
6270:
6271: IF FND_API.TO_BOOLEAN(p_commit) THEN
6272: -- Standard Start of API savepoint
6273: SAVEPOINT Create_Role_Mapping_PUB;
6274: END IF;
6275:
6276: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 6327: -- Standard check of p_commit.

6323: , l_owner
6324: , FND_GLOBAL.Login_id
6325: );
6326:
6327: -- Standard check of p_commit.
6328: IF FND_API.To_Boolean( p_commit ) THEN
6329: COMMIT WORK;
6330: END IF;
6331:

Line 6335: -- Make a standard call to get message count

6331:
6332: x_return_status := FND_API.G_RET_STS_SUCCESS;
6333:
6334: -----------------------------------
6335: -- Make a standard call to get message count
6336: -- and if count is 1, get message info.
6337: -- The client will directly display the x_msg_data (which is already
6338: -- translated) if the x_msg_count = 1;
6339: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 6535: -- Standard Start of API savepoint

6531: ' - p_init_msg_list: '||p_init_msg_list||
6532: ' - p_commit: '||p_commit
6533: );
6534: IF FND_API.TO_BOOLEAN(p_commit) THEN
6535: -- Standard Start of API savepoint
6536: SAVEPOINT Update_Role_Mapping_PUB;
6537: END IF;
6538:
6539: -- Initialize API message list if necessary.

Line 6604: -- Standard check of p_commit.

6600: ,p_module => l_api_name
6601: ,p_message => 'After updating role mappings'
6602: );
6603:
6604: -- Standard check of p_commit.
6605: IF FND_API.To_Boolean( p_commit ) THEN
6606: COMMIT WORK;
6607: END IF;
6608:

Line 6615: -- Make a standard call to get message count

6611: ,p_message => 'After committing the data'
6612: );
6613: x_return_status := FND_API.G_RET_STS_SUCCESS;
6614:
6615: -- Make a standard call to get message count
6616: -- and if count is 1, get message info.
6617: -- The client will directly display the x_msg_data (which is already
6618: -- translated) if the x_msg_count = 1;
6619: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 6810: -- Standard Start of API savepoint

6806: ' - p_commit: '||p_commit
6807: );
6808:
6809: IF FND_API.TO_BOOLEAN(p_commit) THEN
6810: -- Standard Start of API savepoint
6811: SAVEPOINT Delete_Role_Mapping_PUB;
6812: END IF;
6813:
6814: -- Initialize API message list if necessary.

Line 6856: -- Standard check of p_commit.

6852: CHILD_OBJECT_ID = l_child_obj_id AND
6853: CHILD_OBJECT_TYPE is null;
6854: END IF;
6855:
6856: -- Standard check of p_commit.
6857: IF FND_API.To_Boolean( p_commit ) THEN
6858: COMMIT WORK;
6859: END IF;
6860:

Line 6868: -- Make a standard call to get message count and if count is 1,

6864: );
6865:
6866: x_return_status := FND_API.G_RET_STS_SUCCESS;
6867:
6868: -- Make a standard call to get message count and if count is 1,
6869: -- get message info.
6870:
6871: FND_MSG_PUB.Count_And_Get
6872: ( p_count => x_msg_count,