DBA Data[Home] [Help]

APPS.PA_BILLING_SETUP_PUB dependencies on PA_UTILS

Line 182: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

178: END IF;
179:
180: IF NVl( p_first_bill_offset, 0 ) < 0
181: THEN
182: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
183: p_msg_name => 'PA_PRJ_BILL_OFFSET_GR_ZR' );
184: x_msg_data := 'PA_PRJ_BILL_OFFSET_GR_ZR';
185: x_return_status := 'E';
186: RAISE FND_API.G_EXC_ERROR;

Line 191: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

187: END IF;
188:
189: IF NVL( p_retention_percent, 0 ) < 0
190: THEN
191: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
192: p_msg_name => 'PA_PRJ_RETN_PERCENT_GR_ZR' );
193: x_msg_data := 'PA_PRJ_RETN_PERCENT_GR_ZR';
194: x_return_status := 'E';
195: RAISE FND_API.G_EXC_ERROR;

Line 215: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

211: ,x_error_msg_code => l_error_msg_code);
212:
213: IF l_return_status = FND_API.G_RET_STS_ERROR
214: THEN
215: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
216: p_msg_name => l_error_msg_code);
217: x_msg_data := l_error_msg_code;
218: x_return_status := 'E';
219: END IF;

Line 485: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

481: ,x_error_msg_code => l_error_msg_code);
482:
483: IF l_return_status = FND_API.G_RET_STS_ERROR
484: THEN
485: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
486: p_msg_name => l_error_msg_code);
487: x_msg_data := l_error_msg_code;
488: x_return_status := 'E';
489: RAISE FND_API.G_EXC_ERROR;

Line 738: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

734: ,x_error_msg_code => l_error_msg_code);
735:
736: IF l_return_status = FND_API.G_RET_STS_ERROR
737: THEN
738: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
739: p_msg_name => l_error_msg_code);
740: x_msg_data := l_error_msg_code;
741: x_return_status := 'E';
742: RAISE FND_API.G_EXC_ERROR;

Line 956: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

952: ,x_error_msg_code => l_error_msg_code);
953:
954: IF l_return_status = FND_API.G_RET_STS_ERROR
955: THEN
956: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
957: p_msg_name => l_error_msg_code);
958: x_msg_data := l_error_msg_code;
959: x_return_status := 'E';
960: END IF;