DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_TYPES

Line 7: x_headers_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type

3:
4: PROCEDURE open_headers
5: (
6: p_max_intf_header_id IN NUMBER,
7: x_headers_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type
8: );
9:
10: PROCEDURE fetch_headers
11: (

Line 12: x_headers_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,

8: );
9:
10: PROCEDURE fetch_headers
11: (
12: x_headers_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
13: x_headers OUT NOCOPY PO_PDOI_TYPES.headers_rec_type
14: );
15:
16: PROCEDURE derive_headers

Line 13: x_headers OUT NOCOPY PO_PDOI_TYPES.headers_rec_type

9:
10: PROCEDURE fetch_headers
11: (
12: x_headers_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
13: x_headers OUT NOCOPY PO_PDOI_TYPES.headers_rec_type
14: );
15:
16: PROCEDURE derive_headers
17: (

Line 18: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type

14: );
15:
16: PROCEDURE derive_headers
17: (
18: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type
19: );
20:
21:
22: PROCEDURE default_headers

Line 24: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type

20:
21:
22: PROCEDURE default_headers
23: (
24: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type
25: );
26:
27: PROCEDURE validate_headers
28: (

Line 29: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type

25: );
26:
27: PROCEDURE validate_headers
28: (
29: x_headers IN OUT NOCOPY PO_PDOI_TYPES.headers_rec_type
30: );
31:
32: -- shared with line location derivation logic
33: PROCEDURE derive_location_id