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 184: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

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

Line 214: x_dists_csr OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type

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

Line 473: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,

469: --End of Comments
470: ------------------------------------------------------------------------
471: PROCEDURE fetch_dists
472: (
473: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
474: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
475: ) IS
476:
477: d_api_name CONSTANT VARCHAR2(30) := 'fetch_dists';

Line 474: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

470: ------------------------------------------------------------------------
471: PROCEDURE fetch_dists
472: (
473: x_dists_csr IN OUT NOCOPY PO_PDOI_TYPES.intf_cursor_type,
474: x_dists OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
475: ) IS
476:
477: d_api_name CONSTANT VARCHAR2(30) := 'fetch_dists';
478: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 723: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

719: --End of Comments
720: ------------------------------------------------------------------------
721: PROCEDURE derive_dists
722: (
723: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
724: ) IS
725:
726: d_api_name CONSTANT VARCHAR2(30) := 'derive_dists';
727: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 1492: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

1488: --End of Comments
1489: ------------------------------------------------------------------------
1490: PROCEDURE default_dists
1491: (
1492: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
1493: ) IS
1494:
1495: d_api_name CONSTANT VARCHAR2(30) := 'default_dists';
1496: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 2117: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

2113: --End of Comments
2114: ------------------------------------------------------------------------
2115: PROCEDURE validate_dists
2116: (
2117: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
2118: ) IS
2119:
2120: d_api_name CONSTANT VARCHAR2(30) := 'validate_dists';
2121: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 3378: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

3374: ------------------------------------------------------------------------
3375: PROCEDURE validate_null_for_project_info
3376: (
3377: p_index IN NUMBER,
3378: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
3379: ) IS
3380:
3381: d_api_name CONSTANT VARCHAR2(30) := 'validate_null_for_project_info';
3382: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 3506: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

3502: (
3503: p_key IN po_session_gt.key%TYPE,
3504: p_index_tbl IN DBMS_SQL.NUMBER_TABLE,
3505: p_derive_row_tbl IN DBMS_SQL.NUMBER_TABLE,
3506: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
3507: ) IS
3508:
3509: d_api_name CONSTANT VARCHAR2(30) := 'derive_project_info';
3510: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';

Line 4346: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type

4342: ------------------------------------------------------------------------
4343: PROCEDURE populate_error_flag
4344: (
4345: x_results IN po_validation_results_type,
4346: x_dists IN OUT NOCOPY PO_PDOI_TYPES.distributions_rec_type
4347: ) IS
4348:
4349: d_api_name CONSTANT VARCHAR2(30) := 'populate_error_flag';
4350: d_module CONSTANT VARCHAR2(255) := d_pkg_name || d_api_name || '.';