144: from_coa_id,
145: to_coa_id,
146: start_date_active,
147: end_date_active
148: FROM gl_coa_mappings
149: WHERE name = mapping_name;
150:
151: -- used to store the number of rows in the interface table
152: nRows NUMBER;
1449: from_coa_id,
1450: to_coa_id,
1451: start_date_active,
1452: end_date_active
1453: FROM gl_coa_mappings
1454: WHERE name = p_mapping_name;
1455:
1456: -- cursor to figure out the balancing segment for a chart of accounts
1457: CURSOR c_balancing_segment(c_coa_id NUMBER) IS