DBA Data[Home] [Help]

APPS.PA_COST dependencies on FND_MSG_PUB

Line 327: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

323: x_msg_count := 1;
324: x_msg_data := SUBSTR(SQLERRM,1,30);
325: /* Checking error condition. Added for bug 2218386 */
326: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
327: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
328: p_procedure_name => 'Get_Raw_Cost');
329: RAISE;
330: END IF;
331: END Get_Raw_Cost;

Line 512: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
509: x_msg_count := 1;
510: x_msg_data := SUBSTR(SQLERRM,1,30);
511: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
512: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
513: p_procedure_name => 'Override_exp_organization');
514: END IF;
515:
516: END Override_exp_organization;

Line 879: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

875: x_msg_data := SUBSTR(SQLERRM,1,30);
876: print_msg('Others Exception:l_x_stage['||l_x_stage||']'||SQLERRM||SQLCODE);
877: /* Checking error condition. Added for bug 2218386 */
878: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
879: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
880: p_procedure_name => 'Get_Burden_cost');
881: RAISE;
882: END IF;
883:

Line 1557: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

1553: x_msg_count := 1;
1554: x_msg_data := SUBSTR(SQLERRM,1,30);
1555: /* Checking error condition. Added for bug 2218386 */
1556: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1557: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1558: p_procedure_name => 'Get_Converted_Cost_Amounts');
1559: RAISE;
1560: END IF;
1561: END Get_Converted_Cost_Amounts;

Line 2016: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

2012: x_msg_count := 1;
2013: x_msg_data := SUBSTR(SQLERRM,1,30);
2014: /* Checking error condition. Added for bug 2218386 */
2015: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2016: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2017: p_procedure_name => 'Get_Schedule_Id');
2018: END IF;
2019:
2020: END get_schedule_id;

Line 2380: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */

2376: x_msg_count := 1;
2377: x_msg_data := SUBSTR(SQLERRM,1,30);
2378: /* Checking error condition. Added for bug 2218386 */
2379: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2380: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2381: p_procedure_name => 'Requirement_raw_cost');
2382: RAISE;
2383: END IF;
2384: END Requirement_raw_cost;