DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on DUAL

Line 235: dual;

231: IS
232: SELECT
233: jai_rgm_refs_all_s2.nextval
234: FROM
235: dual;
236:
237:
238: /*-------------------------------BEGIN LOCAL METHOD CALCULATE_TCS_DOC_AMOUNT -----------------------------*/
239:

Line 2102: from dual;

2098:
2099: if p_record.threshold_dtl_id is null then
2100: select jai_rgm_thresholds_s.nextval
2101: into p_threshold_dtl_id
2102: from dual;
2103: end if;
2104: /** Threshold detail record does not exists */
2105: insert into jai_rgm_threshold_dtls
2106: ( threshold_dtl_id

Line 2168: from dual;

2164:
2165: if p_record.threshold_id is null then
2166: select jai_rgm_thresholds_s.nextval
2167: into p_threshold_id
2168: from dual;
2169: end if;
2170:
2171: insert into jai_rgm_thresholds
2172: ( threshold_id