DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PDOI_TYPES

Line 7: x_dists_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type

3:
4: PROCEDURE open_dists
5: (
6: p_max_intf_dist_id IN NUMBER,
7: x_dists_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type
8: );
9:
10: PROCEDURE fetch_dists
11: (

Line 12: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,

8: );
9:
10: PROCEDURE fetch_dists
11: (
12: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
13: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
14: );
15:
16: PROCEDURE derive_dists

Line 13: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

9:
10: PROCEDURE fetch_dists
11: (
12: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
13: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
14: );
15:
16: PROCEDURE derive_dists
17: (

Line 18: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

14: );
15:
16: PROCEDURE derive_dists
17: (
18: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
19: );
20:
21: PROCEDURE default_dists
22: (

Line 23: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

19: );
20:
21: PROCEDURE default_dists
22: (
23: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
24: );
25:
26: PROCEDURE validate_dists
27: (

Line 28: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

24: );
25:
26: PROCEDURE validate_dists
27: (
28: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
29: );
30:
31:
32: PROCEDURE derive_account_id