DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_SC_GEN_001

Line 4738: l_sec_out := igs_sc_gen_001.check_sel_upd_del_security (

4734: --if program attempt exists, check if logged in user has update access to the student's program attempt object
4735: IF (l_program_rowid IS NOT NULL) THEN
4736: IF p_mode = 'B' THEN
4737: -- check for query permission on the table
4738: l_sec_out := igs_sc_gen_001.check_sel_upd_del_security (
4739: p_tab_name => 'IGS_EN_STDNT_PS_ATT_SV',
4740: p_rowid => l_program_rowid,
4741: p_action => 'S',
4742: p_msg_data => l_msg_data);

Line 4759: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(

4755:
4756: l_msg_data := NULL;
4757:
4758: -- check for update permission on the table
4759: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(
4760: p_tab_name => p_table,
4761: p_rowid => l_program_rowid,
4762: p_action => 'U',
4763: p_msg_data => l_msg_data);

Line 4779: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(

4775: END IF;
4776:
4777: ELSE
4778: -- check for mode permission on the table
4779: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(
4780: p_tab_name => p_table,
4781: p_rowid => l_program_rowid,
4782: p_action => p_mode,
4783: p_msg_data => l_msg_data);

Line 4819: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(

4815: --if program attempt exists, check if logged in user has update access to the student's program attempt object
4816: --Checking for unit Updates
4817: IF (l_unit_rowid IS NOT NULL) THEN
4818: -- check for update permission on the table student unit attempt
4819: l_sec_out := Igs_sc_gen_001.check_sel_upd_del_security(
4820: p_tab_name => 'IGS_EN_SU_ATTEMPT_ALL',
4821: p_rowid => l_unit_rowid,
4822: p_action => 'U',
4823: p_msg_data => l_msg_data);