DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_MESSAGE

Line 1168: FND_MESSAGE.SET_NAME( 'AR', 'AR_BFB_NO_RECORDS' );

1164: find any rows to process.
1165: ------------------------------------------------*/
1166:
1167: IF C_sites%ROWCOUNT = 0 THEN
1168: FND_MESSAGE.SET_NAME( 'AR', 'AR_BFB_NO_RECORDS' );
1169: FND_MSG_PUB.ADD;
1170: FND_MSG_PUB.Reset;
1171:
1172: FOR i IN 1..FND_MSG_PUB.Count_Msg LOOP