DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_FINAL_REPORTING dependencies on FND_MESSAGE

Line 136: FND_MESSAGE.SET_NAME('JG','JG_ZZ_VAT_FINAL_NOT_ALLOWED');

132: CLOSE c_get_last_rep_period_status;
133:
134: IF l_last_reoprted_status IS NULL THEN
135:
136: FND_MESSAGE.SET_NAME('JG','JG_ZZ_VAT_FINAL_NOT_ALLOWED');
137: xv_errbuf := FND_MESSAGE.GET;
138: xv_retcode := 2;
139: goto exit_from_procedure;
140:

Line 137: xv_errbuf := FND_MESSAGE.GET;

133:
134: IF l_last_reoprted_status IS NULL THEN
135:
136: FND_MESSAGE.SET_NAME('JG','JG_ZZ_VAT_FINAL_NOT_ALLOWED');
137: xv_errbuf := FND_MESSAGE.GET;
138: xv_retcode := 2;
139: goto exit_from_procedure;
140:
141: END IF;