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.1 2005/06/10 01:58:21 kpsingh noship $ */
3:
4: /*======================== PO_RELEASES_SV ===============================*/
5:

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

1: PACKAGE BODY PO_RELEASES_SV as
2: /* $Header: POXPOR1B.pls 120.1 2005/06/10 01:58:21 kpsingh noship $ */
3:
4: /*======================== PO_RELEASES_SV ===============================*/
5:
6: /*===========================================================================
7:
8: PROCEDURE NAME: lock_row_for_status_update

Line 102: po_releases_sv.delete_children(X_po_release_id);

98:
99: /*
100: ** Call the cover routine to delete all of the children
101: */
102: po_releases_sv.delete_children(X_po_release_id);
103: -- dbms_output.put_line('after delete children');
104:
105: EXCEPTION
106: WHEN OTHERS THEN

Line 202: END PO_RELEASES_SV;

198: po_message_s.sql_error('delete_children', X_progress, sqlcode);
199: END delete_children;
200:
201:
202: END PO_RELEASES_SV;