[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT s_cal_status
FROM IGS_CA_STAT cs,
IGS_CA_INST ci
WHERE ci.cal_type = p_cal_type AND
ci.sequence_number = p_ci_sequence_number AND
cs.cal_status = ci.cal_status;
SELECT cal_status
FROM IGS_CA_INST
WHERE cal_type = p_cal_type AND
sequence_number = p_ci_sequence;
SELECT s_cal_status
FROM IGS_CA_STAT
WHERE cal_status = cp_cal_status;
-- for a IGS_ST_DFT_LOAD_APPO record being inserted.
--- Set the default message number
p_message_name := null;
SELECT closed_ind,
s_cal_cat
FROM IGS_CA_TYPE
WHERE cal_type = p_cal_type;
-- IGS_ST_DFT_LOAD_APPO record being inserted with each cal_type.
--- Set the default message number
p_message_name := null;
SELECT closed_ind,
s_cal_cat
FROM IGS_CA_TYPE
WHERE cal_type = p_cal_type;
-- IGS_ST_DFT_LOAD_APPO record being inserted with each
-- teach_cal_type.
--- Set the default message number
p_message_name := null;