DBA Data[Home] [Help]

APPS.IGS_FI_GEN_002 dependencies on IGS_FI_GEN_007

Line 1278: identified by the Set of Books. The function call igs_fi_gen_007.get_coa_id

1274: Created By: sykrishn
1275: Date Created By: 19-APR-2002
1276: Purpose: This generic function this function validates whether
1277: the ccid exists in the GL_CODE_COMBINATIONS table for the chart of account
1278: identified by the Set of Books. The function call igs_fi_gen_007.get_coa_id
1279: is called to get the Chart of Accounts for the Set of Books setup
1280: in the IGS_FI_CONTROL. - Bug 2324088
1281: Known limitations,enhancements,remarks:
1282: Change History

Line 1291: AND chart_of_accounts_id = igs_fi_gen_007.get_coa_id;

1287: CURSOR cur_ccid_exist (cp_ccid IN igs_fi_cr_activities.dr_gl_ccid%TYPE) IS
1288: SELECT 'X'
1289: FROM gl_code_combinations
1290: WHERE code_combination_id = cp_ccid
1291: AND chart_of_accounts_id = igs_fi_gen_007.get_coa_id;
1292:
1293: l_ccid_exist VARCHAR2(1);
1294: BEGIN
1295: OPEN cur_ccid_exist (p_ccid);