DBA Data[Home] [Help]

APPS.EGO_DATA_SECURITY dependencies on FND_MSG_PUB

Line 6388: FND_MSG_PUB.initialize;

6384: END IF;
6385: -- Initialize API message list if necessary.
6386: -- Initialize message list if p_init_msg_list is set to TRUE.
6387: IF FND_API.to_Boolean( p_init_msg_list ) THEN
6388: FND_MSG_PUB.initialize;
6389: END IF;
6390:
6391: IF (p_owner IS NULL OR p_owner = -1) THEN
6392: l_owner := EGO_SCTX.get_user_id();

Line 6441: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

6437: -- Make a standard call to get message count
6438: -- and if count is 1, get message info.
6439: -- The client will directly display the x_msg_data (which is already
6440: -- translated) if the x_msg_count = 1;
6441: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get
6442: -- Server-side procedure to access the messages, and consolidate them
6443: -- and display them all at once or display one message after another.
6444:
6445: FND_MSG_PUB.Count_And_Get

Line 6445: FND_MSG_PUB.Count_And_Get

6441: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get
6442: -- Server-side procedure to access the messages, and consolidate them
6443: -- and display them all at once or display one message after another.
6444:
6445: FND_MSG_PUB.Count_And_Get
6446: ( p_count => x_msg_count,
6447: p_data => x_msg_data
6448: );
6449: code_debug (p_log_level => G_DEBUG_LEVEL_PROCEDURE

Line 6464: FND_MSG_PUB.Count_And_Get

6460: IF FND_API.TO_BOOLEAN(p_commit) THEN
6461: ROLLBACK TO Create_Role_Mapping_PUB;
6462: END IF;
6463: x_return_status := FND_API.G_RET_STS_ERROR;
6464: FND_MSG_PUB.Count_And_Get
6465: ( p_count => x_msg_count,
6466: p_data => x_msg_data
6467: );
6468: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6482: FND_MSG_PUB.Count_And_Get

6478: IF FND_API.TO_BOOLEAN(p_commit) THEN
6479: ROLLBACK TO Create_Function_PUB;
6480: END IF;
6481: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6482: FND_MSG_PUB.Count_And_Get
6483: ( p_count => x_msg_count,
6484: p_data => x_msg_data
6485: );
6486: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6500: IF FND_MSG_PUB.Check_Msg_Level

6496: IF FND_API.TO_BOOLEAN(p_commit) THEN
6497: ROLLBACK TO Create_Function_PUB;
6498: END IF;
6499: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6500: IF FND_MSG_PUB.Check_Msg_Level
6501: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6502: THEN
6503: FND_MSG_PUB.Add_Exc_Msg
6504: ( G_PKG_NAME,

Line 6501: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

6497: ROLLBACK TO Create_Function_PUB;
6498: END IF;
6499: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6500: IF FND_MSG_PUB.Check_Msg_Level
6501: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6502: THEN
6503: FND_MSG_PUB.Add_Exc_Msg
6504: ( G_PKG_NAME,
6505: l_api_name

Line 6503: FND_MSG_PUB.Add_Exc_Msg

6499: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6500: IF FND_MSG_PUB.Check_Msg_Level
6501: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6502: THEN
6503: FND_MSG_PUB.Add_Exc_Msg
6504: ( G_PKG_NAME,
6505: l_api_name
6506: );
6507: END IF;

Line 6508: FND_MSG_PUB.Count_And_Get

6504: ( G_PKG_NAME,
6505: l_api_name
6506: );
6507: END IF;
6508: FND_MSG_PUB.Count_And_Get
6509: ( p_count => x_msg_count,
6510: p_data => x_msg_data
6511: );
6512: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6644: FND_MSG_PUB.initialize;

6640:
6641: -- Initialize API message list if necessary.
6642: -- Initialize message list if p_init_msg_list is set to TRUE.
6643: IF FND_API.to_Boolean( p_init_msg_list ) THEN
6644: FND_MSG_PUB.initialize;
6645: END IF;
6646:
6647: IF NOT FND_API.Compatible_API_Call (l_api_version,
6648: p_api_version,

Line 6721: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get

6717: -- Make a standard call to get message count
6718: -- and if count is 1, get message info.
6719: -- The client will directly display the x_msg_data (which is already
6720: -- translated) if the x_msg_count = 1;
6721: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get
6722: -- Server-side procedure to access the messages, and consolidate them
6723: -- and display them all at once or display one message after another.
6724:
6725: FND_MSG_PUB.Count_And_Get

Line 6725: FND_MSG_PUB.Count_And_Get

6721: -- Else, i.e. if x_msg_count > 1, client will call the FND_MSG_PUB.Get
6722: -- Server-side procedure to access the messages, and consolidate them
6723: -- and display them all at once or display one message after another.
6724:
6725: FND_MSG_PUB.Count_And_Get
6726: ( p_count => x_msg_count,
6727: p_data => x_msg_data
6728: );
6729:

Line 6745: FND_MSG_PUB.Count_And_Get

6741: IF FND_API.TO_BOOLEAN(p_commit) THEN
6742: ROLLBACK TO Update_Role_Mapping_PUB;
6743: END IF;
6744: x_return_status := FND_API.G_RET_STS_ERROR;
6745: FND_MSG_PUB.Count_And_Get
6746: ( p_count => x_msg_count,
6747: p_data => x_msg_data
6748: );
6749: x_msg_data :='Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6763: FND_MSG_PUB.Count_And_Get

6759: IF FND_API.TO_BOOLEAN(p_commit) THEN
6760: ROLLBACK TO Update_Role_Mapping_PUB;
6761: END IF;
6762: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6763: FND_MSG_PUB.Count_And_Get
6764: ( p_count => x_msg_count,
6765: p_data => x_msg_data
6766: );
6767: x_msg_data :='Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6781: IF FND_MSG_PUB.Check_Msg_Level

6777: IF FND_API.TO_BOOLEAN(p_commit) THEN
6778: ROLLBACK TO Update_Role_Mapping_PUB;
6779: END IF;
6780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6781: IF FND_MSG_PUB.Check_Msg_Level
6782: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6783: THEN
6784: FND_MSG_PUB.Add_Exc_Msg
6785: ( G_PKG_NAME,

Line 6782: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

6778: ROLLBACK TO Update_Role_Mapping_PUB;
6779: END IF;
6780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6781: IF FND_MSG_PUB.Check_Msg_Level
6782: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6783: THEN
6784: FND_MSG_PUB.Add_Exc_Msg
6785: ( G_PKG_NAME,
6786: l_api_name

Line 6784: FND_MSG_PUB.Add_Exc_Msg

6780: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6781: IF FND_MSG_PUB.Check_Msg_Level
6782: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6783: THEN
6784: FND_MSG_PUB.Add_Exc_Msg
6785: ( G_PKG_NAME,
6786: l_api_name
6787: );
6788: END IF;

Line 6789: FND_MSG_PUB.Count_And_Get

6785: ( G_PKG_NAME,
6786: l_api_name
6787: );
6788: END IF;
6789: FND_MSG_PUB.Count_And_Get
6790: ( p_count => x_msg_count,
6791: p_data => x_msg_data
6792: );
6793: x_msg_data :='Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 6919: FND_MSG_PUB.initialize;

6915:
6916: -- Initialize API message list if necessary.
6917: -- Initialize message list if p_init_msg_list is set to TRUE.
6918: IF FND_API.to_Boolean( p_init_msg_list ) THEN
6919: FND_MSG_PUB.initialize;
6920: END IF;
6921:
6922: IF NOT FND_API.Compatible_API_Call (l_api_version,
6923: p_api_version,

Line 6973: FND_MSG_PUB.Count_And_Get

6969:
6970: -- Make a standard call to get message count and if count is 1,
6971: -- get message info.
6972:
6973: FND_MSG_PUB.Count_And_Get
6974: ( p_count => x_msg_count,
6975: p_data => x_msg_data
6976: );
6977: code_debug (p_log_level => G_DEBUG_LEVEL_PROCEDURE

Line 6992: FND_MSG_PUB.Count_And_Get

6988: IF FND_API.TO_BOOLEAN(p_commit) THEN
6989: ROLLBACK TO Delete_Role_Mapping_PUB;
6990: END IF;
6991: x_return_status := FND_API.G_RET_STS_ERROR;
6992: FND_MSG_PUB.Count_And_Get
6993: ( p_count => x_msg_count,
6994: p_data => x_msg_data
6995: );
6996: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 7010: FND_MSG_PUB.Count_And_Get

7006: IF FND_API.TO_BOOLEAN(p_commit) THEN
7007: ROLLBACK TO Delete_Role_Mapping_PUB;
7008: END IF;
7009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7010: FND_MSG_PUB.Count_And_Get
7011: ( p_count => x_msg_count,
7012: p_data => x_msg_data
7013: );
7014: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;

Line 7028: IF FND_MSG_PUB.Check_Msg_Level

7024: IF FND_API.TO_BOOLEAN(p_commit) THEN
7025: ROLLBACK TO Delete_Role_Mapping_PUB;
7026: END IF;
7027: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7028: IF FND_MSG_PUB.Check_Msg_Level
7029: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7030: THEN
7031: FND_MSG_PUB.Add_Exc_Msg
7032: ( G_PKG_NAME,

Line 7029: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

7025: ROLLBACK TO Delete_Role_Mapping_PUB;
7026: END IF;
7027: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7028: IF FND_MSG_PUB.Check_Msg_Level
7029: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7030: THEN
7031: FND_MSG_PUB.Add_Exc_Msg
7032: ( G_PKG_NAME,
7033: l_api_name

Line 7031: FND_MSG_PUB.Add_Exc_Msg

7027: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7028: IF FND_MSG_PUB.Check_Msg_Level
7029: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
7030: THEN
7031: FND_MSG_PUB.Add_Exc_Msg
7032: ( G_PKG_NAME,
7033: l_api_name
7034: );
7035: END IF;

Line 7036: FND_MSG_PUB.Count_And_Get

7032: ( G_PKG_NAME,
7033: l_api_name
7034: );
7035: END IF;
7036: FND_MSG_PUB.Count_And_Get
7037: ( p_count => x_msg_count,
7038: p_data => x_msg_data
7039: );
7040: x_msg_data := 'Executing - '||G_PKG_NAME||'.'||l_api_name||' '||SQLERRM;