DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on DUAL

Line 146: dual;

142: IS
143: SELECT
144: jai_rgm_refs_all_s2.nextval
145: FROM
146: dual;
147:
148:
149: /*-------------------------------BEGIN LOCAL METHOD CALCULATE_TCS_DOC_AMOUNT -----------------------------*/
150:

Line 2003: from dual;

1999:
2000: if p_record.threshold_dtl_id is null then
2001: select jai_rgm_thresholds_s.nextval
2002: into p_threshold_dtl_id
2003: from dual;
2004: end if;
2005: /** Threshold detail record does not exists */
2006: insert into jai_rgm_threshold_dtls
2007: ( threshold_dtl_id

Line 2069: from dual;

2065:
2066: if p_record.threshold_id is null then
2067: select jai_rgm_thresholds_s.nextval
2068: into p_threshold_id
2069: from dual;
2070: end if;
2071:
2072: insert into jai_rgm_thresholds
2073: ( threshold_id