DBA Data[Home] [Help]

APPS.ASO_PAYMENT_DATA_MIGRATION_PVT dependencies on FND_GLOBAL

Line 244: l_user_id := NVL(fnd_global.user_id, -1);

240: IF aso_debug_pub.g_debug_flag = 'Y' THEN
241: aso_debug_pub.add('****** Start of Migrate_Credit_Card_Data API ******', 1, 'Y');
242: END IF;
243:
244: l_user_id := NVL(fnd_global.user_id, -1);
245:
246: if aso_debug_pub.g_debug_flag = 'Y' then
247: aso_debug_pub.add('Migrate_Credit_Card_Data: l_user_id: '|| l_user_id, 1, 'Y');
248: aso_debug_pub.add('Migrate_Credit_Card_Data: l_table_owner: '|| l_table_owner, 1, 'Y');