DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on FND_LOOKUP_VALUES

Line 644: from fnd_lookup_values flv, fnd_lookup_types flt

640: between effective_start_date and effective_end_date;
641:
642: cursor cur_reg_dimension is
643: select flv.meaning
644: from fnd_lookup_values flv, fnd_lookup_types flt
645: where flv.lookup_code = p_reg_reporting_dim
646: and flt.lookup_type = 'CA_DIMENSION'
647: and flt.application_id = 800
648: and flt.lookup_type = flv.lookup_type;