DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 78: -- FINANCIALS_SYSTEM_PARAMETERS.

74: -- for encumbrance. Currently not supported.
75: -- Use NULL.
76: --p_set_of_books_id
77: -- If the set of books is not passed, it will be derived from
78: -- FINANCIALS_SYSTEM_PARAMETERS.
79: --p_date_tbl
80: -- Dates of which to find the periods.
81: --OUT:
82: -- These correspond to the dates in p_date_tbl.

Line 149: FROM FINANCIALS_SYSTEM_PARAMETERS FSP

145: END IF;
146:
147: SELECT FSP.set_of_books_id
148: INTO l_set_of_books_id
149: FROM FINANCIALS_SYSTEM_PARAMETERS FSP
150: ;
151:
152: l_progress := '030';
153: