DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_TBL_NUMBER

Line 12: x_period_year_tbl OUT NOCOPY po_tbl_number,

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,
15: x_invalid_period_flag OUT NOCOPY VARCHAR2);
16:

Line 13: x_period_num_tbl OUT NOCOPY po_tbl_number,

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,
15: x_invalid_period_flag OUT NOCOPY VARCHAR2);
16:
17: PROCEDURE get_period_name(x_sob_id IN NUMBER,

Line 14: x_quarter_num_tbl OUT NOCOPY po_tbl_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,
15: x_invalid_period_flag OUT NOCOPY VARCHAR2);
16:
17: PROCEDURE get_period_name(x_sob_id IN NUMBER,
18: x_gl_date IN DATE,