DBA Data[Home] [Help]

APPS.OKL_SIB_PVT dependencies on FND_LOOKUPS

Line 676: FROM fnd_lookups

672:
673: -- cursor to fetch the pool status code from lookups.
674: CURSOR c_get_bdgt_stat_csr IS
675: SELECT '1'
676: FROM fnd_lookups
677: WHERE lookup_type = 'OKL_SUB_POOL_LINE_STATUS'
678: AND lookup_code = p_decision_status_code ;
679: lv_budget_status okl_subsidy_pool_budgets_b.decision_status_code%TYPE;
680: BEGIN