DBA Data[Home] [Help]

APPS.ARP_MAINTAIN_PS dependencies on FND_MESSAGE

Line 169: fnd_message.set_name('AR', l_msg_name);

165: print_fcn_label( 'arp_maintain_ps.get_error_message_text()+' );
166:
167: ---
168: l_msg_name := 'AR_INV_ARGS';
169: fnd_message.set_name('AR', l_msg_name);
170: fnd_message.set_token('PROCEDURE','arp_maintain_ps.get_error_message_text()');
171: MSG_INVALID_PARAMETERS := fnd_message.get;
172:
173: -- print

Line 170: fnd_message.set_token('PROCEDURE','arp_maintain_ps.get_error_message_text()');

166:
167: ---
168: l_msg_name := 'AR_INV_ARGS';
169: fnd_message.set_name('AR', l_msg_name);
170: fnd_message.set_token('PROCEDURE','arp_maintain_ps.get_error_message_text()');
171: MSG_INVALID_PARAMETERS := fnd_message.get;
172:
173: -- print
174: debug( 'MSG_INVALID_PARAMETERS='||MSG_INVALID_PARAMETERS,

Line 171: MSG_INVALID_PARAMETERS := fnd_message.get;

167: ---
168: l_msg_name := 'AR_INV_ARGS';
169: fnd_message.set_name('AR', l_msg_name);
170: fnd_message.set_token('PROCEDURE','arp_maintain_ps.get_error_message_text()');
171: MSG_INVALID_PARAMETERS := fnd_message.get;
172:
173: -- print
174: debug( 'MSG_INVALID_PARAMETERS='||MSG_INVALID_PARAMETERS,
175: MSG_LEVEL_DEBUG );

Line 3551: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );

3547: IF( sqlcode = 1 ) THEN
3548: --
3549: -- User-defined exception
3550: --
3551: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3552: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3553: APP_EXCEPTION.raise_exception;
3554:
3555: ELSE

Line 3552: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );

3548: --
3549: -- User-defined exception
3550: --
3551: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3552: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3553: APP_EXCEPTION.raise_exception;
3554:
3555: ELSE
3556: --