DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_UNIT_VER_ALL

Line 38: g_n_user_id igs_ps_unit_ver_all.created_by%TYPE := NVL(fnd_global.user_id,-1); -- Stores the User Id

34: Who When What
35: sommukhe 27-SEP-2005 BUG #4632652.FND logging included.
36: ********************************************************************************************** */
37:
38: g_n_user_id igs_ps_unit_ver_all.created_by%TYPE := NVL(fnd_global.user_id,-1); -- Stores the User Id
39: g_n_login_id igs_ps_unit_ver_all.last_update_login%TYPE := NVL(fnd_global.login_id,-1); -- Stores the Login Id
40:
41:
42: PROCEDURE create_usec_res_seat(

Line 39: g_n_login_id igs_ps_unit_ver_all.last_update_login%TYPE := NVL(fnd_global.login_id,-1); -- Stores the Login Id

35: sommukhe 27-SEP-2005 BUG #4632652.FND logging included.
36: ********************************************************************************************** */
37:
38: g_n_user_id igs_ps_unit_ver_all.created_by%TYPE := NVL(fnd_global.user_id,-1); -- Stores the User Id
39: g_n_login_id igs_ps_unit_ver_all.last_update_login%TYPE := NVL(fnd_global.login_id,-1); -- Stores the Login Id
40:
41:
42: PROCEDURE create_usec_res_seat(
43: p_usec_res_seat_tbl IN OUT NOCOPY igs_ps_generic_pub.usec_res_seat_tbl_type,

Line 7188: l_c_validation_type igs_ps_unit_ver_all.workload_val_code%TYPE;

7184: l_n_tot_lec NUMBER;
7185: l_n_tot_lab NUMBER;
7186: l_n_tot_oth NUMBER;
7187: rec_unit_dtls c_unit_dtls%ROWTYPE;
7188: l_c_validation_type igs_ps_unit_ver_all.workload_val_code%TYPE;
7189:
7190:
7191: BEGIN
7192: l_b_validation := TRUE;