DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on FND_FLEX_DSC_API

Line 2316: fnd_flex_dsc_api.set_session_mode('customer_data');

2312: SELECT APPLICATION_SHORT_NAME
2313: INTO l_appl_short_name
2314: FROM FND_APPLICATION
2315: WHERE APPLICATION_ID = p_application_id;
2316: fnd_flex_dsc_api.set_session_mode('customer_data');
2317: fnd_flex_dsc_api.create_context(appl_short_name => l_appl_short_name,
2318: flexfield_name => p_attr_group_type,
2319: context_code => p_internal_name,
2320: context_name => p_display_name,

Line 2317: fnd_flex_dsc_api.create_context(appl_short_name => l_appl_short_name,

2313: INTO l_appl_short_name
2314: FROM FND_APPLICATION
2315: WHERE APPLICATION_ID = p_application_id;
2316: fnd_flex_dsc_api.set_session_mode('customer_data');
2317: fnd_flex_dsc_api.create_context(appl_short_name => l_appl_short_name,
2318: flexfield_name => p_attr_group_type,
2319: context_code => p_internal_name,
2320: context_name => p_display_name,
2321: description => p_attr_group_desc,

Line 2553: FND_MESSAGE.Set_Token('SQL_ERR_MSG', NVL(l_sql_errm, SQLERRM)||' '||FND_FLEX_DSC_API.Message());

2549: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
2550: -- SQLERRM from the autonomous transaction will not be reflected here
2551: -- x_msg_data will maintain the SQLERRM generated in the autonomous transaction.
2552: -- Bug 6120553
2553: FND_MESSAGE.Set_Token('SQL_ERR_MSG', NVL(l_sql_errm, SQLERRM)||' '||FND_FLEX_DSC_API.Message());
2554: FND_MSG_PUB.Add;
2555: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
2556: ,p_count => x_msg_count
2557: ,p_data => x_msg_data);

Line 6445: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());

6441: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6442: FND_MESSAGE.Set_Name('EGO', 'EGO_PLSQL_ERR');
6443: FND_MESSAGE.Set_Token('PKG_NAME', G_PKG_NAME);
6444: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
6445: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());
6446: FND_MSG_PUB.Add;
6447: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
6448: ,p_count => x_msg_count
6449: ,p_data => x_msg_data);

Line 14018: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());

14014:
14015: FND_MESSAGE.Set_Name('EGO', 'EGO_PLSQL_ERR');
14016: FND_MESSAGE.Set_Token('PKG_NAME', G_PKG_NAME);
14017: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
14018: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());
14019: FND_MSG_PUB.Add;
14020: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
14021: ,p_count => x_msg_count
14022: ,p_data => x_msg_data);