DBA Data[Home] [Help]

APPS.OKL_TRNS_ACC_DSTRS_PUB dependencies on OKL_AE_TEMPLATES

Line 210: FROM okl_ae_templates

206: l_row_notfound BOOLEAN := FALSE;
207: item_not_found_error EXCEPTION;
208: CURSOR acc_temp_name_csr(template_id NUMBER) IS
209: SELECT NAME
210: FROM okl_ae_templates
211: WHERE id = template_id;
212: BEGIN
213: x_return_status := FND_API.G_RET_STS_SUCCESS;
214: SAVEPOINT insert_trns_acc_dstrs;