DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on FND_LOOKUP_VALUES

Line 1303: from fnd_lookup_values

1299: l_contract_rec contract_csr%ROWTYPE;
1300:
1301: CURSOR fnd_lookups_csr( lkp_type VARCHAR2, mng VARCHAR2 ) IS
1302: select description, lookup_code
1303: from fnd_lookup_values
1304: where language = 'US'
1305: AND lookup_type = lkp_type
1306: AND meaning = mng;
1307: