DBA Data[Home] [Help]

APPS.PO_POXPOCOM_XMLP_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 133: financials_system_parameters fsp

129: begin
130: select distinct gps.period_num, gps.period_year
131: into l_period_num, l_period_year
132: from gl_period_statuses gps,
133: financials_system_parameters fsp
134: where gps.period_name = P_PERIOD
135: and gps.set_of_books_id = fsp.set_of_books_id ;
136:
137: P_PERIOD_NUM := l_period_num;