DBA Data[Home] [Help]

APPS.PAY_ZA_EOY_VAL dependencies on FND_LOOKUPS

Line 1886: from fnd_lookups

1882: --Test Run Parameters
1883: if P_TEST_RUN is not null then
1884: select meaning
1885: into l_test_run
1886: from fnd_lookups
1887: where lookup_type='YES_NO' and lookup_code=P_TEST_RUN;
1888: else
1889: l_test_run:='N';
1890: end if;