DBA Data[Home] [Help]

APPS.ARP_ADDS_MINUS99 dependencies on DUAL

Line 77: from dual;

73:
74:
75: CURSOR ar_location_combinations_s_c is
76: select ar_location_combinations_s.nextval + arp_standard.sequence_offset
77: from dual;
78:
79:
80:
81:

Line 105: from dual;

101:
102:
103: CURSOR ar_location_values_s_c IS
104: select ar_location_values_s.nextval + arp_standard.sequence_offset
105: from dual;
106:
107:
108:
109: /*-------------------------------------------------------------------------+

Line 172: from dual;

168: +-------------------------------------------------------------------------*/
169:
170: CURSOR ar_location_accounts_s_c IS
171: select ar_location_accounts_s.nextval + arp_standard.sequence_offset
172: from dual;
173:
174:
175:
176: /*------------------------------------------------------------------------+

Line 232: from dual;

228:
229:
230: CURSOR ar_location_rates_s_c IS
231: select ar_location_rates_s.nextval + arp_standard.sequence_offset
232: from dual;
233:
234:
235: /*-------------------------------------------------------------------------+
236: | PUBLIC FUNCTION |