DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 56: -- FINANCIALS_SYSTEM_PARAMETERS.

52: -- for encumbrance. Currently not supported.
53: -- Use NULL.
54: --p_set_of_books_id
55: -- If the set of books is not passed, it will be derived from
56: -- FINANCIALS_SYSTEM_PARAMETERS.
57: --p_date_tbl
58: -- Dates of which to find the periods.
59: --OUT:
60: -- These correspond to the dates in p_date_tbl.

Line 133: FROM FINANCIALS_SYSTEM_PARAMETERS FSP;

129: END IF;
130:
131: SELECT FSP.set_of_books_id
132: INTO l_set_of_books_id
133: FROM FINANCIALS_SYSTEM_PARAMETERS FSP;
134:
135: l_progress := '030';
136:
137: ELSE