DBA Data[Home] [Help]

APPS.PO_POXRQDDR_XMLP_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 113: financials_system_parameters fsp

109: begin
110: select gsb.chart_of_accounts_id
111: into l_p_chart_of_accounts_id
112: from gl_sets_of_books gsb,
113: financials_system_parameters fsp
114: where gsb.set_of_books_id = fsp.set_of_books_id;
115:
116: P_chart_of_accounts_id := l_p_chart_of_accounts_id;
117: