DBA Data[Home] [Help]

APPS.PO_PDOI_DIST_PROCESS_PVT dependencies on PO_PDOI_TYPES

Line 97: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

93:
94: PROCEDURE validate_null_for_project_info
95: (
96: p_index IN NUMBER,
97: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
98: );
99:
100: PROCEDURE derive_project_info
101: (

Line 105: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

101: (
102: p_key IN po_session_gt.key%TYPE,
103: p_index_tbl IN DBMS_SQL.NUMBER_TABLE,
104: p_derive_row_tbl IN DBMS_SQL.NUMBER_TABLE,
105: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
106: );
107:
108: PROCEDURE derive_project_id
109: (

Line 186: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

182:
183: PROCEDURE populate_error_flag
184: (
185: x_results IN po_validation_results_type,
186: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
187: );
188:
189: --------------------------------------------------------------------------
190: ---------------------- PUBLIC PROCEDURES ---------------------------------

Line 216: x_dists_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type

212: ------------------------------------------------------------------------
213: PROCEDURE open_dists
214: (
215: p_max_intf_dist_id IN NUMBER,
216: x_dists_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type
217: ) IS
218:
219: d_api_name CONSTANT VARCHAR2(30) := 'open_dists';
220: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 495: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,

491: --End of Comments
492: ------------------------------------------------------------------------
493: PROCEDURE fetch_dists
494: (
495: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
496: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
497: ) IS
498:
499: d_api_name CONSTANT VARCHAR2(30) := 'fetch_dists';

Line 496: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

492: ------------------------------------------------------------------------
493: PROCEDURE fetch_dists
494: (
495: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
496: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
497: ) IS
498:
499: d_api_name CONSTANT VARCHAR2(30) := 'fetch_dists';
500: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 765: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

761: --End of Comments
762: ------------------------------------------------------------------------
763: PROCEDURE derive_dists
764: (
765: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
766: ) IS
767:
768: d_api_name CONSTANT VARCHAR2(30) := 'derive_dists';
769: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 1534: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

1530: --End of Comments
1531: ------------------------------------------------------------------------
1532: PROCEDURE default_dists
1533: (
1534: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
1535: ) IS
1536:
1537: d_api_name CONSTANT VARCHAR2(30) := 'default_dists';
1538: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 2249: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

2245: --End of Comments
2246: ------------------------------------------------------------------------
2247: PROCEDURE validate_dists
2248: (
2249: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
2250: ) IS
2251:
2252: d_api_name CONSTANT VARCHAR2(30) := 'validate_dists';
2253: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 3532: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

3528: ------------------------------------------------------------------------
3529: PROCEDURE validate_null_for_project_info
3530: (
3531: p_index IN NUMBER,
3532: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
3533: ) IS
3534:
3535: d_api_name CONSTANT VARCHAR2(30) := 'validate_null_for_project_info';
3536: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 3660: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

3656: (
3657: p_key IN po_session_gt.key%TYPE,
3658: p_index_tbl IN DBMS_SQL.NUMBER_TABLE,
3659: p_derive_row_tbl IN DBMS_SQL.NUMBER_TABLE,
3660: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
3661: ) IS
3662:
3663: d_api_name CONSTANT VARCHAR2(30) := 'derive_project_info';
3664: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 4537: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

4533: ------------------------------------------------------------------------
4534: PROCEDURE populate_error_flag
4535: (
4536: x_results IN po_validation_results_type,
4537: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
4538: ) IS
4539:
4540: d_api_name CONSTANT VARCHAR2(30) := 'populate_error_flag';
4541: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';