DBA Data[Home] [Help]

APPS.CSP_AUTO_ASLMSL_PVT dependencies on FND_PROFILE_OPTIONS

Line 1101: from fnd_profile_options

1097: from fnd_profile_option_values
1098: where APPLICATION_ID = 523
1099: and PROFILE_OPTION_ID in
1100: (select profile_option_id
1101: from fnd_profile_options
1102: where profile_option_name = ('CSP_USAGE_RUN_DATE'));
1103: Exception
1104: When others then
1105: G_LAST_RUN_DATE := NULL;