DBA Data[Home] [Help]

APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_ROI_PREPROCESSOR

Line 4: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

1: PACKAGE RCV_INT_ORG_TRANSFER as
2: /* $Header: RCVIOTFS.pls 120.0.12000000.1 2007/01/16 23:29:24 appldev ship $*/
3: procedure derive_int_org_rcv_line (
4: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
5: n in out nocopy binary_integer,
6: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
7: x_header_record in rcv_roi_preprocessor.header_rec_type);
8:

Line 6: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

2: /* $Header: RCVIOTFS.pls 120.0.12000000.1 2007/01/16 23:29:24 appldev ship $*/
3: procedure derive_int_org_rcv_line (
4: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
5: n in out nocopy binary_integer,
6: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
7: x_header_record in rcv_roi_preprocessor.header_rec_type);
8:
9: procedure derive_int_org_rcv_line_qty (
10: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 7: x_header_record in rcv_roi_preprocessor.header_rec_type);

3: procedure derive_int_org_rcv_line (
4: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
5: n in out nocopy binary_integer,
6: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
7: x_header_record in rcv_roi_preprocessor.header_rec_type);
8:
9: procedure derive_int_org_rcv_line_qty (
10: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
11: n in out nocopy binary_integer,

Line 10: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

6: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
7: x_header_record in rcv_roi_preprocessor.header_rec_type);
8:
9: procedure derive_int_org_rcv_line_qty (
10: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
11: n in out nocopy binary_integer,
12: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);
13:
14: PROCEDURE default_int_org_rcv_line (

Line 12: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);

8:
9: procedure derive_int_org_rcv_line_qty (
10: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
11: n in out nocopy binary_integer,
12: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);
13:
14: PROCEDURE default_int_org_rcv_line (
15: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
16: n IN binary_integer);

Line 15: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

11: n in out nocopy binary_integer,
12: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);
13:
14: PROCEDURE default_int_org_rcv_line (
15: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
16: n IN binary_integer);
17:
18: procedure derive_int_org_trans_del (
19: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 19: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

15: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
16: n IN binary_integer);
17:
18: procedure derive_int_org_trans_del (
19: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
20: n in out nocopy binary_integer,
21: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
22: x_header_record in rcv_roi_preprocessor.header_rec_type);
23:

Line 21: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

17:
18: procedure derive_int_org_trans_del (
19: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
20: n in out nocopy binary_integer,
21: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
22: x_header_record in rcv_roi_preprocessor.header_rec_type);
23:
24: procedure derive_trans_del_line_quantity (
25: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 22: x_header_record in rcv_roi_preprocessor.header_rec_type);

18: procedure derive_int_org_trans_del (
19: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
20: n in out nocopy binary_integer,
21: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
22: x_header_record in rcv_roi_preprocessor.header_rec_type);
23:
24: procedure derive_trans_del_line_quantity (
25: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
26: n in out nocopy binary_integer,

Line 25: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,

21: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
22: x_header_record in rcv_roi_preprocessor.header_rec_type);
23:
24: procedure derive_trans_del_line_quantity (
25: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
26: n in out nocopy binary_integer,
27: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);
28:
29: PROCEDURE default_int_org_trans_del (

Line 27: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);

23:
24: procedure derive_trans_del_line_quantity (
25: x_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type,
26: n in out nocopy binary_integer,
27: temp_cascaded_table in out nocopy rcv_roi_preprocessor.cascaded_trans_tab_type);
28:
29: PROCEDURE default_int_org_trans_del (
30: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
31: n IN binary_integer);

Line 30: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

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

Line 34: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

30: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
31: n IN binary_integer);
32:
33: PROCEDURE derive_int_org_cor_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_int_org_cor_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 derive_int_org_cor_line_qty(
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_int_org_cor_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 derive_int_org_cor_line_qty(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN OUT NOCOPY 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 derive_int_org_cor_line_qty(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN OUT NOCOPY BINARY_INTEGER,
42: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type) ;
43:
44: PROCEDURE default_int_org_cor_line(

Line 42: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type) ;

38:
39: PROCEDURE derive_int_org_cor_line_qty(
40: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
41: n IN OUT NOCOPY BINARY_INTEGER,
42: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type) ;
43:
44: PROCEDURE default_int_org_cor_line(
45: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
46: n IN BINARY_INTEGER);

Line 45: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

41: n IN OUT NOCOPY BINARY_INTEGER,
42: temp_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type) ;
43:
44: PROCEDURE default_int_org_cor_line(
45: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
46: n IN BINARY_INTEGER);
47:
48: PROCEDURE validate_int_org_rcv_line (
49: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

Line 49: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

45: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
46: n IN BINARY_INTEGER);
47:
48: PROCEDURE validate_int_org_rcv_line (
49: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
50: n IN binary_integer,
51: X_header_record IN rcv_roi_preprocessor.header_rec_type);
52:
53: /* Bug 3735972.

Line 51: X_header_record IN rcv_roi_preprocessor.header_rec_type);

47:
48: PROCEDURE validate_int_org_rcv_line (
49: X_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
50: n IN binary_integer,
51: X_header_record IN rcv_roi_preprocessor.header_rec_type);
52:
53: /* Bug 3735972.
54: * We used to call validate_ref_integrity that had code only for PO.
55: * We need to have a similar one to validate internal orders and

Line 60: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,

56: * inter-org shipments.
57: */
58:
59: PROCEDURE validate_ref_integrity (
60: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
61: n IN binary_integer,
62: X_header_record IN rcv_roi_preprocessor.header_rec_type);
63:
64: END RCV_INT_ORG_TRANSFER;

Line 62: X_header_record IN rcv_roi_preprocessor.header_rec_type);

58:
59: PROCEDURE validate_ref_integrity (
60: x_cascaded_table IN OUT NOCOPY rcv_roi_preprocessor.cascaded_trans_tab_type,
61: n IN binary_integer,
62: X_header_record IN rcv_roi_preprocessor.header_rec_type);
63:
64: END RCV_INT_ORG_TRANSFER;
65: