DBA Data[Home] [Help]

APPS.PJI_MAP_ROWSET_MEASURE dependencies on PA_NUM_TBL_TYPE

Line 101: l_display_order_tbl SYSTEM.pa_num_tbl_type;

97: x_msg_count IN OUT NOCOPY NUMBER,
98: x_return_status OUT NOCOPY VARCHAR2,
99: x_err_msg_data OUT NOCOPY VARCHAR2)
100: IS
101: l_display_order_tbl SYSTEM.pa_num_tbl_type;
102: BEGIN
103: x_return_status := FND_API.G_RET_STS_SUCCESS;
104: x_msg_count := 0;
105: --Bug 3798976. Lock the header table before operating on the details.

Line 117: l_display_order_tbl := SYSTEM.pa_num_tbl_type();

113: --with the correct order.
114: delete from pji_mt_rowset_det
115: where rowset_code = p_rowset_code;
116:
117: l_display_order_tbl := SYSTEM.pa_num_tbl_type();
118:
119: if p_measure_set_code_add_tb1.count <> 0 then
120: l_display_order_tbl.extend(p_measure_set_code_add_tb1.count);
121: for i in 1..p_measure_set_code_add_tb1.count loop