DBA Data[Home] [Help]

APPS.PO_PERIODS_SV dependencies on PO_TBL_NUMBER

Line 15: , x_period_year_tbl OUT NOCOPY po_tbl_number

11: p_roll_logic IN VARCHAR2
12: , p_set_of_books_id IN NUMBER
13: , p_date_tbl IN po_tbl_date
14: , x_period_name_tbl OUT NOCOPY po_tbl_varchar30
15: , x_period_year_tbl OUT NOCOPY po_tbl_number
16: , x_period_num_tbl OUT NOCOPY po_tbl_number
17: , x_quarter_num_tbl OUT NOCOPY po_tbl_number
18: , x_invalid_period_flag OUT NOCOPY VARCHAR2
19: );

Line 16: , x_period_num_tbl OUT NOCOPY po_tbl_number

12: , p_set_of_books_id IN NUMBER
13: , p_date_tbl IN po_tbl_date
14: , x_period_name_tbl OUT NOCOPY po_tbl_varchar30
15: , x_period_year_tbl OUT NOCOPY po_tbl_number
16: , x_period_num_tbl OUT NOCOPY po_tbl_number
17: , x_quarter_num_tbl OUT NOCOPY po_tbl_number
18: , x_invalid_period_flag OUT NOCOPY VARCHAR2
19: );
20:

Line 17: , x_quarter_num_tbl OUT NOCOPY po_tbl_number

13: , p_date_tbl IN po_tbl_date
14: , x_period_name_tbl OUT NOCOPY po_tbl_varchar30
15: , x_period_year_tbl OUT NOCOPY po_tbl_number
16: , x_period_num_tbl OUT NOCOPY po_tbl_number
17: , x_quarter_num_tbl OUT NOCOPY po_tbl_number
18: , x_invalid_period_flag OUT NOCOPY VARCHAR2
19: );
20:
21: