DBA Data[Home] [Help]

APPS.PQP_CAR_MILEAGE_FUNCTIONS dependencies on DUAL

Line 1987: FROM dual;

1983: l_length :=0;
1984: BEGIN
1985: SELECT instr (p_rates_table,'+PLUS+',1 )
1986: INTO l_length
1987: FROM dual;
1988: EXCEPTION
1989: WHEN OTHERS THEN
1990: l_err :='NONE' ;
1991: END ;

Line 2215: FROM dual;

2211: to calculte the old value and new rates table will be used to calcualte the
2212: new changed value for addl passengers. */
2213: SELECT INSTR (p_rates_table,'+PLUS+',1 )
2214: INTO l_length
2215: FROM dual;
2216:
2217: EXCEPTION
2218: WHEN OTHERS THEN
2219: l_err :='NONE' ;