DBA Data[Home] [Help]

APPS.PA_COST dependencies on FND_MSG_PUB

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

298: x_msg_count := 1;
299: x_msg_data := SUBSTR(SQLERRM,1,30);
300: /* Checking error condition. Added for bug 2218386 */
301: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
302: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
303: p_procedure_name => 'Get_Raw_Cost');
304: RAISE;
305: END IF;
306: END Get_Raw_Cost;

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

483: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
484: x_msg_count := 1;
485: x_msg_data := SUBSTR(SQLERRM,1,30);
486: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
487: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
488: p_procedure_name => 'Override_exp_organization');
489: END IF;
490:
491: END Override_exp_organization;

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

842: x_msg_data := SUBSTR(SQLERRM,1,30);
843: print_msg('Others Exception:l_x_stage['||l_x_stage||']'||SQLERRM||SQLCODE);
844: /* Checking error condition. Added for bug 2218386 */
845: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
846: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
847: p_procedure_name => 'Get_Burden_cost');
848: RAISE;
849: END IF;
850:

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

1520: x_msg_count := 1;
1521: x_msg_data := SUBSTR(SQLERRM,1,30);
1522: /* Checking error condition. Added for bug 2218386 */
1523: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1524: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1525: p_procedure_name => 'Get_Converted_Cost_Amounts');
1526: RAISE;
1527: END IF;
1528: END Get_Converted_Cost_Amounts;

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

1979: x_msg_count := 1;
1980: x_msg_data := SUBSTR(SQLERRM,1,30);
1981: /* Checking error condition. Added for bug 2218386 */
1982: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
1983: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
1984: p_procedure_name => 'Get_Schedule_Id');
1985: END IF;
1986:
1987: END get_schedule_id;

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

2343: x_msg_count := 1;
2344: x_msg_data := SUBSTR(SQLERRM,1,30);
2345: /* Checking error condition. Added for bug 2218386 */
2346: IF (NVL(PA_RATE_PVT_PKG.G_add_error_to_stack_flag,'Y') = 'Y') THEN
2347: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_COST', /* Moved this here to fix bug 2434663 */
2348: p_procedure_name => 'Requirement_raw_cost');
2349: RAISE;
2350: END IF;
2351: END Requirement_raw_cost;