DBA Data[Home] [Help]

APPS.OKL_RULE_EXTRACT_PVT dependencies on FND_LOOKUPS

Line 1024: from Fnd_Lookups fl,

1020: select osrg.SCS_CODE
1021: ,osrg.RGD_CODE
1022: ,fl.Meaning
1023: ,fl.description
1024: from Fnd_Lookups fl,
1025: okc_subclass_rg_defs osrg,
1026: okc_k_headers_v chrv
1027: where fl.lookup_type = 'OKC_RULE_GROUP_DEF'
1028: and fl.enabled_flag = 'Y'

Line 1119: from fnd_lookups fl,

1115: cursor rule_seg_curs is
1116: /*select dfcu.descriptive_flex_context_code
1117: , dfcu.application_column_name
1118: , dfcu.column_seq_num
1119: from fnd_lookups fl,
1120: fnd_descr_flex_col_usage_vl dfcu
1121: where fl.lookup_type = 'OKC_RULE_DEF'
1122: and fl.lookup_code = dfcu.descriptive_flex_context_code
1123: and fl.enabled_flag = 'Y'