DBA Data[Home] [Help]

APPS.GL_ACCOUNTS_MAP_GRP dependencies on GL_COA_MAPPINGS

Line 148: FROM gl_coa_mappings

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;

Line 1454: FROM gl_coa_mappings

1450: from_coa_id,
1451: to_coa_id,
1452: start_date_active,
1453: end_date_active
1454: FROM gl_coa_mappings
1455: WHERE name = p_mapping_name;
1456:
1457: -- cursor to figure out the balancing segment for a chart of accounts
1458: CURSOR c_balancing_segment(c_coa_id NUMBER) IS