DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PERIODS_SV

Line 2153: po_periods_sv.get_period_name(PO_PDOI_PARAMS.g_sys.sob_id,

2149: --Tracking GL Encumbered Date not in Open Accounting Period
2150: -- Budgetary Action in an encumbrance enabled environment.
2151:
2152: IF (l_po_encumbrance_flag = 'Y') THEN
2153: po_periods_sv.get_period_name(PO_PDOI_PARAMS.g_sys.sob_id,
2154: nvl( x_dists.gl_encumbered_date_tbl(i),sysdate),
2155: l_gl_enc_period_name);
2156:
2157: IF (l_gl_enc_period_name IS NULL) THEN

Line 2184: PO_PERIODS_SV.get_gl_date(x_sob_id => PO_PDOI_PARAMS.g_sys.sob_id,

2180: -- GL Date Project#Start: If the profile PO: Validate GL Period has been
2181: -- set to Redefault, default the distribution's GL date.
2182:
2183: IF Nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'), 'Y') = 'R' THEN
2184: PO_PERIODS_SV.get_gl_date(x_sob_id => PO_PDOI_PARAMS.g_sys.sob_id,
2185: x_gl_date => x_dists.gl_encumbered_date_tbl);
2186: END IF;
2187: -- GL Date Project#End
2188:

Line 2189: PO_PERIODS_SV.get_period_info(p_roll_logic => NULL,

2185: x_gl_date => x_dists.gl_encumbered_date_tbl);
2186: END IF;
2187: -- GL Date Project#End
2188:
2189: PO_PERIODS_SV.get_period_info(p_roll_logic => NULL,
2190: p_set_of_books_id => PO_PDOI_PARAMS.g_sys.sob_id,
2191: p_date_tbl => x_dists.gl_encumbered_date_tbl,
2192: x_period_name_tbl => x_dists.gl_encumbered_period_tbl,
2193: x_period_year_tbl => l_period_year_tbl,