DBA Data[Home] [Help]

APPS.PA_PAGE_TYPE_REGION_PUB dependencies on PA_UTILS

Line 76: PA_UTILS.Add_Message( p_app_short_name => 'PA'

72: IF p_region_source_code IS NULL THEN
73: l_region_source_code := pa_page_layout_utils.get_region_source_code(p_region_source_name, P_REGION_SOURCE_TYPE, 275, 'PA_STATUS_REPORT_DESC_FLEX');
74:
75: IF l_region_source_code IS NULL THEN
76: PA_UTILS.Add_Message( p_app_short_name => 'PA'
77: ,p_msg_name => 'PA_UDS_SETUP_NAME_INV');
78:
79:
80: x_return_status := FND_API.G_RET_STS_ERROR;

Line 87: PA_UTILS.Add_Message( p_app_short_name => 'PA'

83: -- check if the region_source_code is used already
84: open check_region_source_unique;
85: fetch check_region_source_unique into l_dummy;
86: if check_region_source_unique%found then
87: PA_UTILS.Add_Message( p_app_short_name => 'PA'
88: ,p_msg_name => 'PA_UDS_SETUP_NAME_NOT_UNIQUE');
89:
90:
91: x_return_status := FND_API.G_RET_STS_ERROR;

Line 103: PA_UTILS.Add_Message( p_app_short_name => 'PA'

99: -- check if the region_source_code is used already
100: open check_region_source_unique;
101: fetch check_region_source_unique into l_dummy;
102: if check_region_source_unique%found then
103: PA_UTILS.Add_Message( p_app_short_name => 'PA'
104: ,p_msg_name => 'PA_UDS_SETUP_NAME_NOT_UNIQUE');
105:
106:
107: x_return_status := FND_API.G_RET_STS_ERROR;

Line 119: PA_UTILS.Add_Message( p_app_short_name => 'PA'

115: IF (p_view_region_code IS NULL AND x_return_status = FND_API.g_ret_sts_success )THEN
116: l_view_region_code := pa_page_layout_utils.get_ak_region_code(p_view_region_name, 275);
117:
118: IF l_view_region_code IS NULL THEN
119: PA_UTILS.Add_Message( p_app_short_name => 'PA'
120: ,p_msg_name => 'PA_UDS_SETUP_STYLE_INV'
121: );
122:
123: x_return_status := FND_API.G_RET_STS_ERROR;

Line 134: PA_UTILS.Add_Message( p_app_short_name => 'PA'

130: IF (p_edit_region_code IS NULL AND x_return_status = FND_API.g_ret_sts_success )THEN
131: l_edit_region_code := pa_page_layout_utils.get_ak_region_code(p_edit_region_name, 275);
132:
133: IF l_edit_region_code IS NULL THEN
134: PA_UTILS.Add_Message( p_app_short_name => 'PA'
135: ,p_msg_name => 'PA_UDS_SETUP_STYLE_INV'
136: );
137:
138: x_return_status := FND_API.G_RET_STS_ERROR;

Line 267: PA_UTILS.Add_Message( p_app_short_name => 'PA'

263: IF (p_region_source_code IS NULL AND x_return_status = FND_API.g_ret_sts_success )THEN
264: l_region_source_code := pa_page_layout_utils.get_region_source_code(p_region_source_name, P_REGION_SOURCE_TYPE, 275, 'PA_STATUS_REPORT_DESC_FLEX');
265:
266: IF l_region_source_code IS NULL THEN
267: PA_UTILS.Add_Message( p_app_short_name => 'PA'
268: ,p_msg_name => 'PA_UDS_SETUP_NAME_INV'
269: );
270:
271: x_return_status := FND_API.G_RET_STS_ERROR;

Line 281: PA_UTILS.Add_Message( p_app_short_name => 'PA'

277: IF (p_view_region_code IS NULL AND x_return_status = FND_API.g_ret_sts_success )THEN
278: l_view_region_code := pa_page_layout_utils.get_ak_region_code(p_view_region_name, 275);
279:
280: IF l_view_region_code IS NULL THEN
281: PA_UTILS.Add_Message( p_app_short_name => 'PA'
282: ,p_msg_name => 'PA_UDS_SETUP_STYLE_INV'
283: );
284:
285: x_return_status := FND_API.G_RET_STS_ERROR;

Line 296: PA_UTILS.Add_Message( p_app_short_name => 'PA'

292: IF (p_edit_region_code IS NULL AND x_return_status = FND_API.g_ret_sts_success )THEN
293: l_edit_region_code := pa_page_layout_utils.get_ak_region_code(p_edit_region_name, 275);
294:
295: IF l_edit_region_code IS NULL THEN
296: PA_UTILS.Add_Message( p_app_short_name => 'PA'
297: ,p_msg_name => 'PA_UDS_SETUP_STYLE_INV'
298: );
299:
300: x_return_status := FND_API.G_RET_STS_ERROR;