DBA Data[Home] [Help]

APPS.OKL_AM_BAL_WRITEOFF_PVT dependencies on FND_PROFILE_OPTIONS_VL

Line 845: FROM fnd_profile_options_vl

841:
842: -- get tolerance profile name
843: CURSOR get_profile_name_csr IS
844: SELECT user_profile_option_name
845: FROM fnd_profile_options_vl
846: WHERE profile_option_name = 'OKL_SMALL_BALANCE_TOLERANCE';
847:
848: k_bal_lns_rec k_bal_lns_csr%ROWTYPE;
849: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;