DBA Data[Home] [Help]

APPS.ASG_CONS_QPKG dependencies on FND_PROFILE

Line 741: l_customProfValue := fnd_profile.VALUE_SPECIFIC(

737: BEGIN
738: -- If custom publication item download is disabled
739: -- then remove all custom entries from c$pub_list_q
740: l_user_id := asg_base.get_user_id(p_user_name);
741: l_customProfValue := fnd_profile.VALUE_SPECIFIC(
742: name => 'ASG_DISABLE_CUSTOM_SYNCH',
743: user_id => l_user_id,
744: responsibility_id => null,
745: application_id => 689);