DBA Data[Home] [Help]

APPS.GMF_SYNC_VENDOR dependencies on FND_PROFILE

Line 85: GMF_Session_Vars.GL$VEND_DELIMITER := nvl(FND_PROFILE.VALUE('GL$VEND_DELIMITER'),'-');

81: -- Modified Fetch statement 1677297
82: fetch c_po_vendor_sites_all into v_last_update_date,v_vendor_id ,v_vendor_site_code ;
83: exit when c_po_vendor_sites_all%NOTFOUND;
84:
85: GMF_Session_Vars.GL$VEND_DELIMITER := nvl(FND_PROFILE.VALUE('GL$VEND_DELIMITER'),'-');
86:
87: open c_po_vendors(v_vendor_id);
88: fetch c_po_vendors into v_segment1;
89: close c_po_vendors;