DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_MSG_PUB

Line 1151: FND_MSG_PUB.ADD;

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
1155: l_error_message := FND_MSG_PUB.Get(

Line 1152: FND_MSG_PUB.Reset;

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
1155: l_error_message := FND_MSG_PUB.Get(
1156: p_msg_index => i,

Line 1154: FOR i IN 1..FND_MSG_PUB.Count_Msg LOOP

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
1155: l_error_message := FND_MSG_PUB.Get(
1156: p_msg_index => i,
1157: p_encoded => FND_API.G_FALSE);
1158: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, l_error_message );

Line 1155: l_error_message := FND_MSG_PUB.Get(

1151: FND_MSG_PUB.ADD;
1152: FND_MSG_PUB.Reset;
1153:
1154: FOR i IN 1..FND_MSG_PUB.Count_Msg LOOP
1155: l_error_message := FND_MSG_PUB.Get(
1156: p_msg_index => i,
1157: p_encoded => FND_API.G_FALSE);
1158: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, l_error_message );
1159: FND_FILE.PUT_LINE(FND_FILE.log, l_error_message );