235:
236: arp_message.set_line( 'ARP_CMERGE_MASTER.merge_products()+' );
237:
238:
239: g_excluded_apps := FND_PROFILE.VALUE('HZ_CMERGE_EXCLUDED_APPS');
240:
241: IF g_excluded_apps IS NULL THEN
242: g_excluded_apps := 'NONE';
243: END IF;
1547: BEGIN
1548:
1549: arp_message.set_line( 'ARP_CMERGE_MASTER.partiton_merge_data()+' );
1550:
1551: v_set_size := fnd_profile.value('AR_CMERGE_SET_SIZE');
1552:
1553: OPEN partition;
1554:
1555: LOOP