DBA Data[Home] [Help]

APPS.GR_RISK_COMBINATIONS_PKG dependencies on GR_RISK_COMBINATIONS_S

Line 90: (gr_risk_combinations_s.nextval,

86: last_updated_by,
87: last_update_date,
88: last_update_login)
89: VALUES
90: (gr_risk_combinations_s.nextval,
91: p_risk_phrase_code,
92: p_combination_group_number,
93: p_risk_phrase_code_combo,
94: p_display_order,

Line 103: SELECT gr_risk_combinations_s.currval

99: p_last_update_login);
100:
101: /* Get the assigned sequence number */
102:
103: SELECT gr_risk_combinations_s.currval
104: INTO l_current_seq
105: FROM dual;
106:
107: /* Now get the row id of the inserted record */