DBA Data[Home] [Help]

APPS.AR_BILLS_CREATION_PUB dependencies on FND_MESSAGE

Line 775: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );

771: ARP_CT_PKG.fetch_p (l_trx_rec, p_customer_trx_id);
772: IF PG_DEBUG in ('Y', 'C') THEN
773: arp_util.debug( '>>>>>>>>>> The Action Delete is not allowed on the BR ' || p_customer_trx_id);
774: END IF;
775: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );
776: FND_MESSAGE.set_token ( 'ACTION', C_DELETE);
777: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
778: app_exception.raise_exception;
779: END IF;

Line 776: FND_MESSAGE.set_token ( 'ACTION', C_DELETE);

772: IF PG_DEBUG in ('Y', 'C') THEN
773: arp_util.debug( '>>>>>>>>>> The Action Delete is not allowed on the BR ' || p_customer_trx_id);
774: END IF;
775: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );
776: FND_MESSAGE.set_token ( 'ACTION', C_DELETE);
777: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
778: app_exception.raise_exception;
779: END IF;
780:

Line 777: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);

773: arp_util.debug( '>>>>>>>>>> The Action Delete is not allowed on the BR ' || p_customer_trx_id);
774: END IF;
775: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );
776: FND_MESSAGE.set_token ( 'ACTION', C_DELETE);
777: FND_MESSAGE.set_token ( 'BRNUM' , l_trx_rec.trx_number);
778: app_exception.raise_exception;
779: END IF;
780:
781: