DBA Data[Home] [Help]

APPS.JAI_RGM_THHOLD_PROC_PKG dependencies on JAI_RGM_THRESHOLDS_S

Line 2001: select jai_rgm_thresholds_s.nextval

1997:
1998: begin
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 */

Line 2067: select jai_rgm_thresholds_s.nextval

2063: is
2064: begin
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: