DBA Data[Home] [Help]

APPS.IGS_FI_GEN_GL dependencies on IGS_FI_GEN_005

Line 313: IF (TRUNC(p_d_date) = TRUNC(SYSDATE)) OR (igs_fi_gen_005.finp_get_receivables_inst = 'N') THEN

309: --If the passed P_D_DATE is Current System Date , then return P_V_CLOSING_STATUS = O and return from procedure. No validation required when the date passed is SYSDATE.
310: --OR If the Oracle Financials Installed is derived as Y, then proceed with remaining steps . If the value is N, then return P_V_CLOSING_STATUS = O and return from procedure.
311: --Derive the value of Oracle Financials Installed value defined in the system options
312:
313: IF (TRUNC(p_d_date) = TRUNC(SYSDATE)) OR (igs_fi_gen_005.finp_get_receivables_inst = 'N') THEN
314: p_v_closing_status := 'O';
315: RETURN;
316: END IF;
317: