DBA Data[Home] [Help]

APPS.IGS_FI_CRDAPI_UTIL dependencies on IGS_FI_GEN_GL

Line 1270: igs_fi_gen_gl.get_period_status_for_date(p_d_date => p_d_gl_date,

1266: RETURN;
1267: END IF;
1268:
1269: -- Check the closing status of the passed gl_date
1270: igs_fi_gen_gl.get_period_status_for_date(p_d_date => p_d_gl_date,
1271: p_v_closing_status => l_v_closing_status,
1272: p_v_message_name => l_v_message_name);
1273: IF l_v_message_name IS NOT NULL THEN
1274: p_b_return_status := FALSE;

Line 1597: igs_fi_gen_gl.finp_get_cur ( p_v_currency_cd => l_v_currency_cd,

1593: p_v_message_name := 'IGS_GE_INSUFFICIENT_PARAMETER';
1594: RETURN;
1595: END IF;
1596: -- Get the local currency that is set at the System Options Form
1597: igs_fi_gen_gl.finp_get_cur ( p_v_currency_cd => l_v_currency_cd,
1598: p_v_curr_desc => l_v_curr_desc,
1599: p_v_message_name=> l_v_message_name );
1600: IF l_v_message_name IS NOT NULL THEN
1601: p_b_return_status := FALSE;