DBA Data[Home] [Help]

APPS.IGS_FI_GEN_004 dependencies on IGS_GE_DATE

Line 695: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);

691: -- If the period status is not in Open or Future periods then error out
692: -- when the procedure returns a message name it is presumed as if an error has occurred
693: -- show the message name that is returned from the general procedure and error out.
694: IF p_d_gl_date IS NOT NULL THEN
695: l_d_gl_date := igs_ge_date.igsdate(p_d_gl_date);
696: igs_fi_gen_gl.get_period_status_for_date(p_d_date => l_d_gl_date,
697: p_v_closing_status => l_c_closing_status,
698: p_v_message_name => v_message_name);
699: IF v_message_name IS NOT NULL THEN

Line 978: l_d_gl_date := igs_ge_date.igsdate(p_canonical_date => p_d_gl_date);

974: l_n_person_id := TO_NUMBER(p_person_id);
975: l_v_fee_cal_type := RTRIM(SUBSTR(p_fee_cal,102,10));
976: l_n_fee_ci_sequence_number := TO_NUMBER(LTRIM(SUBSTR(p_fee_cal,113,8)));
977: l_n_person_grp_id := TO_NUMBER(p_person_grp_id);
978: l_d_gl_date := igs_ge_date.igsdate(p_canonical_date => p_d_gl_date);
979:
980:
981: -- Get the value of "Manage Accounts" System Option value.
982: -- If this value is NULL then this process cannot run. Added as part of Enh# 2831569.