DBA Data[Home] [Help]

APPS.ISC_DEPOT_BACKLOG_ETL_PKG dependencies on FND_PROFILE_OPTIONS_VL

Line 213: from fnd_profile_options_vl

209:
210: l_stmt_id := 20;
211: select user_profile_option_name
212: into l_profile_name
213: from fnd_profile_options_vl
214: where profile_option_name = 'CS_INV_VALIDATION_ORG';
215:
216: fnd_message.set_name( 'ISC', 'ISC_DEPOT_MISSING_INV_VAL_ORG' );
217: fnd_message.set_token( 'ISC_DEPOT_PROFILE_NAME', l_profile_name );