DBA Data[Home] [Help]

APPS.PO_RELEASES_SV dependencies on PO_RELEASES_SV

Line 1: PACKAGE BODY PO_RELEASES_SV as

1: PACKAGE BODY PO_RELEASES_SV as
2: /* $Header: POXPOR1B.pls 120.3 2011/06/24 07:59:15 vegajula ship $ */
3:
4: /*======================== PO_RELEASES_SV ===============================*/
5:

Line 4: /*======================== PO_RELEASES_SV ===============================*/

1: PACKAGE BODY PO_RELEASES_SV as
2: /* $Header: POXPOR1B.pls 120.3 2011/06/24 07:59:15 vegajula ship $ */
3:
4: /*======================== PO_RELEASES_SV ===============================*/
5:
6: /*===========================================================================
7:
8: PROCEDURE NAME: lock_row_for_status_update

Line 103: po_releases_sv.delete_children(X_po_release_id);

99: /** Call the cover routine to delete all of the children
100: */
101:
102: po_headers_sv1.delete_events_entities('RELEASE', X_po_release_id);
103: po_releases_sv.delete_children(X_po_release_id);
104: -- dbms_output.put_line('after delete children');
105:
106: po_releases_pkg_s2.delete_row(X_row_id);
107: -- dbms_output.put_line('after call to delete row');

Line 206: END PO_RELEASES_SV;

202: po_message_s.sql_error('delete_children', X_progress, sqlcode);
203: END delete_children;
204:
205:
206: END PO_RELEASES_SV;