DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_API

Line 1175: p_encoded => FND_API.G_FALSE);

1171:
1172: FOR i IN 1..FND_MSG_PUB.Count_Msg LOOP
1173: l_error_message := FND_MSG_PUB.Get(
1174: p_msg_index => i,
1175: p_encoded => FND_API.G_FALSE);
1176: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, l_error_message );
1177: FND_FILE.PUT_LINE(FND_FILE.log, l_error_message );
1178: END LOOP;
1179: EXIT;