DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_TBL_DATE

Line 10: p_date_tbl IN po_tbl_date,

6: -----------------------------------------------------------------------------
7:
8: PROCEDURE get_period_info(p_roll_logic IN VARCHAR2,
9: p_set_of_books_id IN NUMBER,
10: p_date_tbl IN po_tbl_date,
11: x_period_name_tbl OUT NOCOPY po_tbl_varchar30,
12: x_period_year_tbl OUT NOCOPY po_tbl_number,
13: x_period_num_tbl OUT NOCOPY po_tbl_number,
14: x_quarter_num_tbl OUT NOCOPY po_tbl_number,

Line 28: x_gl_date IN OUT NOCOPY po_tbl_date);

24:
25: -- GL Date Project#Start: Derive proper GL date, when the profile
26: -- PO: Validate GL Period: Redefault has been set to Redefault.
27: PROCEDURE get_gl_date(x_sob_id IN NUMBER,
28: x_gl_date IN OUT NOCOPY po_tbl_date);
29: -- GL Date Project#End
30:
31: END PO_PERIODS_SV;
32: