DBA Data[Home] [Help]

APPS.PA_SWEEPER dependencies on FND_MSG_PUB

Line 656: --Initialize the message table for FND_MSG_PUB

652:
653: --Initialize the error stack
654: PA_DEBUG.init_err_stack('PA_SWEEPER.UPDATE_ACT_ENC_BALANCE');
655:
656: --Initialize the message table for FND_MSG_PUB
657: fnd_msg_pub.initialize;
658:
659: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
660: l_debug_mode := NVL(l_debug_mode, 'N');

Line 657: fnd_msg_pub.initialize;

653: --Initialize the error stack
654: PA_DEBUG.init_err_stack('PA_SWEEPER.UPDATE_ACT_ENC_BALANCE');
655:
656: --Initialize the message table for FND_MSG_PUB
657: fnd_msg_pub.initialize;
658:
659: fnd_profile.get('PA_DEBUG_MODE',l_debug_mode);
660: l_debug_mode := NVL(l_debug_mode, 'N');
661:

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

1506: rollback;
1507:
1508: x_return_status := fnd_api.g_ret_sts_unexp_error;
1509:
1510: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_SWEEPER'
1511: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1512:
1513: x_error_message_code := (SQLCODE||' '||SQLERRM);
1514: