DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_GEN_GL

Line 300: RETURN igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => p_type,

296:
297: IF p_code IS NULL THEN
298: RETURN NULL;
299: ELSE
300: RETURN igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => p_type,
301: p_v_lookup_code => p_code);
302: END IF ;
303:
304: END lookup_desc;

Line 639: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_v_currency,

635: END IF;
636: END IF;
637:
638: --Capture the default currency that is set up in System Options Form.
639: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_v_currency,
640: p_v_curr_desc => l_v_curr_desc,
641: p_v_message_name => l_v_message_name
642: );
643: IF l_v_message_name IS NOT NULL THEN

Line 1698: igs_fi_gen_gl.get_period_status_for_date(p_d_date => l_d_gl_date,

1694: RAISE l_validation_exp;
1695: END IF;
1696:
1697: --Validate the GL Date.
1698: igs_fi_gen_gl.get_period_status_for_date(p_d_date => l_d_gl_date,
1699: p_v_closing_status => l_v_closing_status,
1700: p_v_message_name => l_v_message_name
1701: );
1702: IF l_v_message_name IS NOT NULL THEN