DBA Data[Home] [Help]

APPS.IGS_SC_DATA_SEC_APIS_PKG dependencies on STANDARD

Line 7341: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

7337: END Generate_Message;
7338:
7339: /******************************************************************/
7340: PROCEDURE Unlock_All_Grants(
7341: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7342: retcode OUT NOCOPY NUMBER , -- Request standard return status
7343: p_obj_group_id IN igs_sc_obj_groups.obj_group_id%TYPE
7344: ) IS
7345:

Line 7342: retcode OUT NOCOPY NUMBER , -- Request standard return status

7338:
7339: /******************************************************************/
7340: PROCEDURE Unlock_All_Grants(
7341: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7342: retcode OUT NOCOPY NUMBER , -- Request standard return status
7343: p_obj_group_id IN igs_sc_obj_groups.obj_group_id%TYPE
7344: ) IS
7345:
7346: l_api_name CONSTANT VARCHAR2(30) := 'Unlock_All_Grants';

Line 7398: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

7394:
7395: END Unlock_All_Grants;
7396:
7397: PROCEDURE Lock_All_Grants(
7398: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7399: retcode OUT NOCOPY NUMBER , -- Request standard return status
7400: p_obj_group_id IN igs_sc_obj_groups.obj_group_id%TYPE
7401: ) IS
7402:

Line 7399: retcode OUT NOCOPY NUMBER , -- Request standard return status

7395: END Unlock_All_Grants;
7396:
7397: PROCEDURE Lock_All_Grants(
7398: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7399: retcode OUT NOCOPY NUMBER , -- Request standard return status
7400: p_obj_group_id IN igs_sc_obj_groups.obj_group_id%TYPE
7401: ) IS
7402:
7403: l_api_name CONSTANT VARCHAR2(30) := 'Lock_All_Grants';

Line 7457: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string

7453:
7454: END Lock_All_Grants;
7455:
7456: PROCEDURE Populate_User_Attribs(
7457: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7458: retcode OUT NOCOPY NUMBER , -- Request standard return status
7459: p_all_attribs IN VARCHAR2
7460: ) IS
7461:

Line 7458: retcode OUT NOCOPY NUMBER , -- Request standard return status

7454: END Lock_All_Grants;
7455:
7456: PROCEDURE Populate_User_Attribs(
7457: errbuf OUT NOCOPY VARCHAR2, -- Request standard error string
7458: retcode OUT NOCOPY NUMBER , -- Request standard return status
7459: p_all_attribs IN VARCHAR2
7460: ) IS
7461:
7462: l_api_name CONSTANT VARCHAR2(30) := 'Lock_All_Grants';

Line 7995: -- Standard Start of API savepoint

7991: l_msg_count NUMBER;
7992: l_msg_data VARCHAR2(2000);
7993:
7994: BEGIN
7995: -- Standard Start of API savepoint
7996: SAVEPOINT enable_upgrade_mode;
7997:
7998: -- Standard call to check for call compatibility.
7999: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

7994: BEGIN
7995: -- Standard Start of API savepoint
7996: SAVEPOINT enable_upgrade_mode;
7997:
7998: -- Standard call to check for call compatibility.
7999: IF NOT FND_API.Compatible_API_Call (l_api_version,
8000: p_api_version,
8001: l_api_name,
8002: G_PKG_NAME)

Line 8053: -- Standard check of p_commit.

8049: g_upgrade_mode := 'Y';
8050:
8051:
8052: -- End of API body.
8053: -- Standard check of p_commit.
8054:
8055: IF FND_API.To_Boolean( p_commit ) THEN
8056: COMMIT WORK;
8057: END IF;

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

8055: IF FND_API.To_Boolean( p_commit ) THEN
8056: COMMIT WORK;
8057: END IF;
8058:
8059: -- Standard call to get message count and if count is 1, get message info.
8060: FND_MSG_PUB.Count_And_Get
8061: ( p_count => l_msg_count ,
8062: p_data => x_msg_data
8063: );

Line 8486: -- Standard Start of API savepoint

8482: l_line2 VARCHAR2(2000);
8483: l_attr_val VARCHAR2(255);
8484:
8485: BEGIN
8486: -- Standard Start of API savepoint
8487: SAVEPOINT Generate_SQL_file;
8488:
8489: -- Standard call to check for call compatibility.
8490: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

8485: BEGIN
8486: -- Standard Start of API savepoint
8487: SAVEPOINT Generate_SQL_file;
8488:
8489: -- Standard call to check for call compatibility.
8490: IF NOT FND_API.Compatible_API_Call (l_api_version,
8491: p_api_version,
8492: l_api_name,
8493: G_PKG_NAME)