DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_TBL_DATE

Line 77: p_date_tbl IN po_tbl_date,

73: --End of Comments
74: -------------------------------------------------------------------------------
75: PROCEDURE get_period_info(p_roll_logic IN VARCHAR2,
76: p_set_of_books_id IN NUMBER,
77: p_date_tbl IN po_tbl_date,
78: x_period_name_tbl OUT NOCOPY po_tbl_varchar30,
79: x_period_year_tbl OUT NOCOPY po_tbl_number,
80: x_period_num_tbl OUT NOCOPY po_tbl_number,
81: x_quarter_num_tbl OUT NOCOPY po_tbl_number,

Line 395: p_date_tbl => po_tbl_date(x_gl_date),

391: l_progress := '010';
392:
393: get_period_info(p_roll_logic => NULL,
394: p_set_of_books_id => x_sob_id,
395: p_date_tbl => po_tbl_date(x_gl_date),
396: x_period_name_tbl => l_period_name_tbl,
397: x_period_year_tbl => l_period_year_tbl,
398: x_period_num_tbl => l_period_num_tbl,
399: x_quarter_num_tbl => l_quarter_num_tbl,

Line 664: x_gl_date IN OUT NOCOPY po_tbl_date) IS

660: --
661: --End of Comments
662: -------------------------------------------------------------------------------
663: PROCEDURE get_gl_date(x_sob_id IN NUMBER,
664: x_gl_date IN OUT NOCOPY po_tbl_date) IS
665:
666: l_log_head CONSTANT VARCHAR2(100) := g_log_head || ' GET_GL_DATE';
667: l_progress VARCHAR2(3) := '000';
668: l_gl_period VARCHAR2(15);