DBA Data[Home] [Help]

APPS.OE_INLINE_FLEX dependencies on STANDARD

Line 428: arp_standard */

424: | Loop over each selected segment, expanding any tokens as requested |
425: +-------------------------------------------------------------------------*/
426:
427: /* The following is added as a workaround for the Initialization issue in
428: arp_standard */
429: begin
430:
431: if arp_standard.get_next_word( l_segments, l_segment ) then
432: oe_debug_pub.add( '<< LOOP** DUMMY TRUE: ' ) ;

Line 431: if arp_standard.get_next_word( l_segments, l_segment ) then

427: /* The following is added as a workaround for the Initialization issue in
428: arp_standard */
429: begin
430:
431: if arp_standard.get_next_word( l_segments, l_segment ) then
432: oe_debug_pub.add( '<< LOOP** DUMMY TRUE: ' ) ;
433: else
434: oe_debug_pub.add( '<< LOOP** DUMMY FALSE: ' ) ;
435: end if;

Line 442: while arp_standard.get_next_word( segments, segment )

438: oe_debug_pub.add( '<< LOOP** DUMMY OTHERS : '||sqlerrm ) ;
439: end;
440:
441:
442: while arp_standard.get_next_word( segments, segment )
443: -- segment is the next word in the list
444: loop
445: if str is not null
446: then

Line 518: arp_standard.fnd_message( 'AR_FLEX_MANDATORY_STRUCTURE', 'FNAME', 'Sales Tax Location');

514:
515:
516: if active_segments = 0
517: then
518: arp_standard.fnd_message( 'AR_FLEX_MANDATORY_STRUCTURE', 'FNAME', 'Sales Tax Location');
519: end if;
520:
521: end initialize;
522: