DBA Data[Home] [Help]

APPS.OKL_SSC_CONTRACTS dependencies on FND_LOOKUPS

Line 10: SELECT meaning from fnd_lookups

6: acceptance_date in Date )
7: IS
8:
9: CURSOR acceptance_method IS
10: SELECT meaning from fnd_lookups
11: where lookup_type ='OKL_ACCEPTANCE_METHOD'
12: and lookup_code = 'SELF_SERVICE';
13:
14: l_api_version NUMBER := 1.0;