DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on FND_FLEX_DSC_API

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

2396: SELECT APPLICATION_SHORT_NAME
2397: INTO l_appl_short_name
2398: FROM FND_APPLICATION
2399: WHERE APPLICATION_ID = p_application_id;
2400: fnd_flex_dsc_api.set_session_mode('customer_data');
2401: fnd_flex_dsc_api.create_context(appl_short_name => l_appl_short_name,
2402: flexfield_name => p_attr_group_type,
2403: context_code => p_internal_name,
2404: context_name => p_display_name,

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

2397: INTO l_appl_short_name
2398: FROM FND_APPLICATION
2399: WHERE APPLICATION_ID = p_application_id;
2400: fnd_flex_dsc_api.set_session_mode('customer_data');
2401: fnd_flex_dsc_api.create_context(appl_short_name => l_appl_short_name,
2402: flexfield_name => p_attr_group_type,
2403: context_code => p_internal_name,
2404: context_name => p_display_name,
2405: description => p_attr_group_desc,

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

2635: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
2636: -- SQLERRM from the autonomous transaction will not be reflected here
2637: -- x_msg_data will maintain the SQLERRM generated in the autonomous transaction.
2638: -- Bug 6120553
2639: FND_MESSAGE.Set_Token('SQL_ERR_MSG', NVL(l_sql_errm, SQLERRM)||' '||FND_FLEX_DSC_API.Message());
2640: FND_MSG_PUB.Add;
2641: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
2642: ,p_count => x_msg_count
2643: ,p_data => x_msg_data);

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

7181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7182: FND_MESSAGE.Set_Name('EGO', 'EGO_PLSQL_ERR');
7183: FND_MESSAGE.Set_Token('PKG_NAME', G_PKG_NAME);
7184: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
7185: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());
7186: FND_MSG_PUB.Add;
7187: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
7188: ,p_count => x_msg_count
7189: ,p_data => x_msg_data);

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

15084:
15085: FND_MESSAGE.Set_Name('EGO', 'EGO_PLSQL_ERR');
15086: FND_MESSAGE.Set_Token('PKG_NAME', G_PKG_NAME);
15087: FND_MESSAGE.Set_Token('API_NAME', l_api_name);
15088: FND_MESSAGE.Set_Token('SQL_ERR_MSG', SQLERRM||' '||FND_FLEX_DSC_API.Message());
15089: FND_MSG_PUB.Add;
15090: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE
15091: ,p_count => x_msg_count
15092: ,p_data => x_msg_data);