DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on FND_LOOKUP_VALUES

Line 1335: from fnd_lookup_values

1331: l_contract_rec contract_csr%ROWTYPE;
1332:
1333: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1334: select description, lookup_code
1335: from fnd_lookup_values
1336: where language = 'US'
1337: AND lookup_type = lkp_type
1338: AND meaning = mng;
1339: