DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_MESSAGE

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

1146: find any rows to process.
1147: ------------------------------------------------*/
1148:
1149: IF C_sites%ROWCOUNT = 0 THEN
1150: FND_MESSAGE.SET_NAME( 'AR', 'AR_BFB_NO_RECORDS' );
1151: FND_MSG_PUB.ADD;
1152: FND_MSG_PUB.Reset;
1153:
1154: FOR i IN 1..FND_MSG_PUB.Count_Msg LOOP