DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on FND_MSG_PUB

Line 601: --Initialize the message table for FND_MSG_PUB

597:
598: --Initialize the error stack
599: PA_DEBUG.init_err_stack('PA_SWEEPER.UPDATE_ACT_ENC_BALANCE');
600:
601: --Initialize the message table for FND_MSG_PUB
602: fnd_msg_pub.initialize;
603:
604: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
605: l_debug_mode := NVL(l_debug_mode, 'N');

Line 602: fnd_msg_pub.initialize;

598: --Initialize the error stack
599: PA_DEBUG.init_err_stack('PA_SWEEPER.UPDATE_ACT_ENC_BALANCE');
600:
601: --Initialize the message table for FND_MSG_PUB
602: fnd_msg_pub.initialize;
603:
604: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
605: l_debug_mode := NVL(l_debug_mode, 'N');
606:

Line 1446: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_SWEEPER'

1442: rollback;
1443:
1444: x_return_status := fnd_api.g_ret_sts_unexp_error;
1445:
1446: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_SWEEPER'
1447: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1448:
1449: x_error_message_code := (SQLCODE||' '||SQLERRM);
1450: