DBA Data[Home] [Help]

APPS.ASG_CONS_QPKG dependencies on FND_PROFILE

Line 215: AND (fnd_profile.value_specific('ASG_SYNCHRONOUS_UPLOAD',asg_base.get_user_id(p_clientid))='Y') THEN

211: COMMIT;
212:
213: -- Synchronous Upload logic
214: IF (asg_base.is_auto_sync() = 'N')
215: AND (fnd_profile.value_specific('ASG_SYNCHRONOUS_UPLOAD',asg_base.get_user_id(p_clientid))='Y') THEN
216:
217: l_sync_id:=set_sync_id(p_clientid, p_tranid);
218: UPDATE asg_user SET hwm_tranid = nvl(l_sync_id,hwm_tranid) WHERE user_name = p_clientid;
219: asg_apply.synchronous_process_upload(p_clientid);

Line 782: l_customProfValue := fnd_profile.VALUE_SPECIFIC(

778: BEGIN
779: -- If custom publication item download is disabled
780: -- then remove all custom entries from c$pub_list_q
781: l_user_id := asg_base.get_user_id(p_user_name);
782: l_customProfValue := fnd_profile.VALUE_SPECIFIC(
783: name => 'ASG_DISABLE_CUSTOM_SYNCH',
784: user_id => l_user_id,
785: responsibility_id => null,
786: application_id => 689);