DBA Data[Home] [Help]

PACKAGE: APPS.PQH_DE_DETACH_WP_SP_PKG

Source


1 PACKAGE PQH_DE_DETACH_WP_SP_PKG AUTHID CURRENT_USER as
2 /* $Header: pqhdedsp.pkh 115.0 2002/04/03 02:32:35 pkm ship        $ */
3 /*---------------------------------------------------------------------------------------------+
4                             Procedure DELETE_STELLEN_PLAN
5  ----------------------------------------------------------------------------------------------+
6  Description:
7   This Procedure is called for OA Framework pages of Stellen Processing to delete
8   Stellen Plan Item Attached to Workplace
9    1. Find if the Stelle of Stellen Plan Item are Attached to Workplace
10    2. Delete the attachment from Position Extra Information 'DE_PQH_WRKPLC_STELLE_LINK'
11  In Parameters:
12    1. Workplace Id
13    2. Stellen Plan Id
14  Post Success:
15       Deleted the Workplace attachments of Stellens in the Stellen Plan Item
16       from Extra Position Information
17 -------------------------------------------------------------------------------------------------*/
18 PROCEDURE DELETE_STELLEN_PLAN(pWrkplc_id IN NUMBER ,pStellen_Plan_id IN NUMBER);
19  END PQH_DE_DETACH_WP_SP_PKG;