DBA Data[Home] [Help]

APPS.RCV_INT_ORDER_PP_PVT dependencies on RCV_ROI_PREPROCESSOR

Line 5: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);

1: PACKAGE RCV_INT_ORDER_PP_PVT AUTHID CURRENT_USER AS
2: /* $Header: RCVPPIOS.pls 120.1.12010000.1 2008/07/24 14:36:12 appldev ship $ */
3:
4: PROCEDURE derive_internal_order_header(
5: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
6:
7: PROCEDURE default_internal_order_header(
8: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
9:

Line 8: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);

4: PROCEDURE derive_internal_order_header(
5: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
6:
7: PROCEDURE default_internal_order_header(
8: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
9:
10: PROCEDURE validate_internal_order_header(
11: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
12:

Line 11: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);

7: PROCEDURE default_internal_order_header(
8: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
9:
10: PROCEDURE validate_internal_order_header(
11: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
12:
13: /* Bug 3314675. Use this procedure to default shipment_header_id for
14: * the given shipment_num.
15: */

Line 16: PROCEDURE default_shipment_info(p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);

12:
13: /* Bug 3314675. Use this procedure to default shipment_header_id for
14: * the given shipment_num.
15: */
16: PROCEDURE default_shipment_info(p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
17:
18: PROCEDURE update_header(
19: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
20:

Line 19: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);

15: */
16: PROCEDURE default_shipment_info(p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
17:
18: PROCEDURE update_header(
19: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
20:
21: PROCEDURE derive_io_receive_line(
22: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
23: n IN OUT NOCOPY binary_integer,

Line 22: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

18: PROCEDURE update_header(
19: p_header_record IN OUT NOCOPY rcv_roi_preprocessor.header_rec_type);
20:
21: PROCEDURE derive_io_receive_line(
22: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
23: n IN OUT NOCOPY binary_integer,
24: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
25: x_header_record IN rcv_roi_preprocessor.header_rec_type);
26:

Line 24: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

20:
21: PROCEDURE derive_io_receive_line(
22: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
23: n IN OUT NOCOPY binary_integer,
24: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
25: x_header_record IN rcv_roi_preprocessor.header_rec_type);
26:
27: PROCEDURE derive_io_trans_line(
28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 25: x_header_record IN rcv_roi_preprocessor.header_rec_type);

21: PROCEDURE derive_io_receive_line(
22: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
23: n IN OUT NOCOPY binary_integer,
24: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
25: x_header_record IN rcv_roi_preprocessor.header_rec_type);
26:
27: PROCEDURE derive_io_trans_line(
28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
29: n in out nocopy binary_integer,

Line 28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

24: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
25: x_header_record IN rcv_roi_preprocessor.header_rec_type);
26:
27: PROCEDURE derive_io_trans_line(
28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
29: n in out nocopy binary_integer,
30: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
31: x_header_record in rcv_roi_preprocessor.header_rec_type);
32:

Line 30: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

26:
27: PROCEDURE derive_io_trans_line(
28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
29: n in out nocopy binary_integer,
30: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
31: x_header_record in rcv_roi_preprocessor.header_rec_type);
32:
33: PROCEDURE derive_io_correct_line(
34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 31: x_header_record in rcv_roi_preprocessor.header_rec_type);

27: PROCEDURE derive_io_trans_line(
28: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
29: n in out nocopy binary_integer,
30: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
31: x_header_record in rcv_roi_preprocessor.header_rec_type);
32:
33: PROCEDURE derive_io_correct_line(
34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
35: n IN OUT NOCOPY binary_integer,

Line 34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

30: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
31: x_header_record in rcv_roi_preprocessor.header_rec_type);
32:
33: PROCEDURE derive_io_correct_line(
34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
35: n IN OUT NOCOPY binary_integer,
36: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
37: x_header_record IN rcv_roi_preprocessor.header_rec_type);
38:

Line 36: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

32:
33: PROCEDURE derive_io_correct_line(
34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
35: n IN OUT NOCOPY binary_integer,
36: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
37: x_header_record IN rcv_roi_preprocessor.header_rec_type);
38:
39: PROCEDURE default_io_receive_line(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 37: x_header_record IN rcv_roi_preprocessor.header_rec_type);

33: PROCEDURE derive_io_correct_line(
34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
35: n IN OUT NOCOPY binary_integer,
36: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
37: x_header_record IN rcv_roi_preprocessor.header_rec_type);
38:
39: PROCEDURE default_io_receive_line(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN binary_integer);

Line 40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

36: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
37: x_header_record IN rcv_roi_preprocessor.header_rec_type);
38:
39: PROCEDURE default_io_receive_line(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN binary_integer);
42:
43: PROCEDURE default_io_trans_line(
44: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 44: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN binary_integer);
42:
43: PROCEDURE default_io_trans_line(
44: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
45: n IN binary_integer);
46:
47: PROCEDURE default_io_correct_line(
48: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 48: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

44: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
45: n IN binary_integer);
46:
47: PROCEDURE default_io_correct_line(
48: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
49: n IN binary_integer);
50:
51: PROCEDURE validate_io_receive_line(
52: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 52: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

48: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
49: n IN binary_integer);
50:
51: PROCEDURE validate_io_receive_line(
52: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
53: n IN binary_integer,
54: x_header_record IN rcv_roi_preprocessor.header_rec_type);
55:
56: /* The following procedure and functions are added as part of Bug#6375015 fix.

Line 54: x_header_record IN rcv_roi_preprocessor.header_rec_type);

50:
51: PROCEDURE validate_io_receive_line(
52: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
53: n IN binary_integer,
54: x_header_record IN rcv_roi_preprocessor.header_rec_type);
55:
56: /* The following procedure and functions are added as part of Bug#6375015 fix.
57: Procedure get_deliver_to_person_from_rsl()
58: Function get_deliver_to_person_from_rt()

Line 62: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

58: Function get_deliver_to_person_from_rt()
59: Function get_deliver_to_person_from_rti() */
60:
61: PROCEDURE get_deliver_to_person_from_rsl(
62: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
63: n IN BINARY_INTEGER
64: );
65:
66: FUNCTION get_deliver_to_person_from_rt(

Line 67: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

63: n IN BINARY_INTEGER
64: );
65:
66: FUNCTION get_deliver_to_person_from_rt(
67: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
68: n IN BINARY_INTEGER
69: ) RETURN NUMBER;
70:
71: FUNCTION get_deliver_to_person_from_rti(

Line 72: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

68: n IN BINARY_INTEGER
69: ) RETURN NUMBER;
70:
71: FUNCTION get_deliver_to_person_from_rti(
72: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
73: n IN BINARY_INTEGER
74: ) RETURN NUMBER;
75:
76: END RCV_INT_ORDER_PP_PVT;