DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LGCY_PKG dependencies on FND_GLOBAL

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

50: Modified the code to use messages rather than lookup codes mentioned in TD, due to
51: Non Backward compatible changes in igslkups.ldt.
52: ********************************************************************************************** */
53:
54: g_n_user_id igs_ps_unit_ver_all.created_by%TYPE := NVL(fnd_global.user_id,-1); -- Stores the User Id
55: g_n_login_id igs_ps_unit_ver_all.last_update_login%TYPE := NVL(fnd_global.login_id,-1); -- Stores the Login Id
56: TYPE uso_tbl_type IS TABLE OF igs_ps_usec_occurs_all.unit_section_occurrence_id%TYPE INDEX BY BINARY_INTEGER;
57: l_tbl_uso uso_tbl_type;
58:

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

51: Non Backward compatible changes in igslkups.ldt.
52: ********************************************************************************************** */
53:
54: g_n_user_id igs_ps_unit_ver_all.created_by%TYPE := NVL(fnd_global.user_id,-1); -- Stores the User Id
55: g_n_login_id igs_ps_unit_ver_all.last_update_login%TYPE := NVL(fnd_global.login_id,-1); -- Stores the Login Id
56: TYPE uso_tbl_type IS TABLE OF igs_ps_usec_occurs_all.unit_section_occurrence_id%TYPE INDEX BY BINARY_INTEGER;
57: l_tbl_uso uso_tbl_type;
58:
59: