DBA Data[Home] [Help]

APPS.AP_ALLOCATION_RULES_PKG dependencies on GL_SETS_OF_BOOKS

Line 1436: gl_sets_of_books gl

1432: --------------------------------------------------------------
1433: SELECT gl.chart_of_accounts_id
1434: INTO X_chart_of_accounts_id
1435: FROM ap_system_parameters ap,
1436: gl_sets_of_books gl
1437: WHERE gl.set_of_books_id = ap.set_of_books_id
1438: AND ap.org_id = l_org_id;
1439:
1440: EXCEPTION