DBA Data[Home] [Help]

APPS.INV_RESERVATION_VALIDATE_PVT dependencies on INV_RESERVATION_GLOBAL

Line 19: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type

15: -- (the new reservation record) return success
16: PROCEDURE validate_input_parameters
17: (
18: x_return_status OUT NOCOPY VARCHAR2
19: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
20: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
21: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
22: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
23: , p_rsv_action_name IN VARCHAR2

Line 20: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type

16: PROCEDURE validate_input_parameters
17: (
18: x_return_status OUT NOCOPY VARCHAR2
19: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
20: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
21: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
22: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
23: , p_rsv_action_name IN VARCHAR2
24: , x_orig_item_cache_index OUT NOCOPY INTEGER

Line 21: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type

17: (
18: x_return_status OUT NOCOPY VARCHAR2
19: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
20: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
21: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
22: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
23: , p_rsv_action_name IN VARCHAR2
24: , x_orig_item_cache_index OUT NOCOPY INTEGER
25: , x_orig_org_cache_index OUT NOCOPY INTEGER

Line 22: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type

18: x_return_status OUT NOCOPY VARCHAR2
19: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
20: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
21: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
22: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
23: , p_rsv_action_name IN VARCHAR2
24: , x_orig_item_cache_index OUT NOCOPY INTEGER
25: , x_orig_org_cache_index OUT NOCOPY INTEGER
26: , x_orig_demand_cache_index OUT NOCOPY INTEGER

Line 52: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type

48: -- returns error if they don't match.
49: PROCEDURE validate_serials
50: (
51: x_return_status OUT NOCOPY VARCHAR2
52: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
53: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
54: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
55: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
56: , p_rsv_action_name IN VARCHAR2

Line 53: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type

49: PROCEDURE validate_serials
50: (
51: x_return_status OUT NOCOPY VARCHAR2
52: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
53: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
54: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
55: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
56: , p_rsv_action_name IN VARCHAR2
57: );

Line 54: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type

50: (
51: x_return_status OUT NOCOPY VARCHAR2
52: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
53: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
54: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
55: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
56: , p_rsv_action_name IN VARCHAR2
57: );
58: /*** End R12 }} ***/

Line 55: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type

51: x_return_status OUT NOCOPY VARCHAR2
52: , p_orig_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
53: , p_to_rsv_rec IN inv_reservation_global.mtl_reservation_rec_type
54: , p_orig_serial_array IN inv_reservation_global.serial_number_tbl_type
55: , p_to_serial_array IN inv_reservation_global.serial_number_tbl_type
56: , p_rsv_action_name IN VARCHAR2
57: );
58: /*** End R12 }} ***/
59: