DBA Data[Home] [Help]

APPS.ASG_BASE dependencies on FND_PROFILE

Line 536: l_max_size_str := fnd_profile.VALUE_SPECIFIC(

532: IF (p_row_num = 1) THEN
533: g_max_allowed_size := NULL;
534: g_atmt_size_exceeded := FALSE;
535: g_current_size := 0;
536: l_max_size_str := fnd_profile.VALUE_SPECIFIC(
537: name => 'CSM_MAX_ATTACHMENT_SIZE',
538: user_id => g_user_id,
539: responsibility_id => null,
540: application_id => l_csm_app_id);