DBA Data[Home] [Help]

APPS.CSP_AUTO_ASLMSL_PVT dependencies on FND_PROFILE_OPTIONS

Line 1098: from fnd_profile_options

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