DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_TBL_DATE

Line 100: , p_date_tbl IN po_tbl_date

96: -------------------------------------------------------------------------------
97: PROCEDURE get_period_info(
98: p_roll_logic IN VARCHAR2
99: , p_set_of_books_id IN NUMBER
100: , p_date_tbl IN po_tbl_date
101: , x_period_name_tbl OUT NOCOPY po_tbl_varchar30
102: , x_period_year_tbl OUT NOCOPY po_tbl_number
103: , x_period_num_tbl OUT NOCOPY po_tbl_number
104: , x_quarter_num_tbl OUT NOCOPY po_tbl_number

Line 390: , p_date_tbl => po_tbl_date( x_gl_date )

386:
387: get_period_info(
388: p_roll_logic => NULL
389: , p_set_of_books_id => x_sob_id
390: , p_date_tbl => po_tbl_date( x_gl_date )
391: , x_period_name_tbl => l_period_name_tbl
392: , x_period_year_tbl => l_period_year_tbl
393: , x_period_num_tbl => l_period_num_tbl
394: , x_quarter_num_tbl => l_quarter_num_tbl