DBA Data[Home] [Help]

APPS.OKL_RAP_PVT dependencies on FND_LOOKUPS

Line 281: fnd_lookups b

277: ,p_acct_param_type_code OKL_REPORT_ACC_PARAMS.ACCT_PARAM_TYPE_CODE%TYPE
278: ,p_seg_range_from OKL_REPORT_ACC_PARAMS.SEGMENT_RANGE_FROM%TYPE) IS
279: select 1
280: from okl_report_acc_params a,
281: fnd_lookups b
282: where b.lookup_type='OKL_ACC_PARAMETER_TYPES'
283: and b.lookup_code = a.acct_param_type_code
284: and a.acct_param_type_code = p_acct_param_type_code
285: and a.report_id = p_report_id