DBA Data[Home] [Help]

APPS.PA_PLANNING_RESOURCE_PUB dependencies on PA_PLANNING_RESOURCE_PUB

Line 1: PACKAGE BODY Pa_Planning_Resource_Pub AS

1: PACKAGE BODY Pa_Planning_Resource_Pub AS
2: /* $Header: PAPRESPB.pls 120.0 2005/05/30 10:13:59 appldev noship $*/
3:
4: /**************************************************************
5: * Procedure : Create_Planning_Resource

Line 573: * Calls prog : pa_planning_resource_pub.delete_row

569: * Description : The purpose of this procedure is to
570: * delete a planning resource if it is not
571: * being used, else disable it.
572: * Further details in the Body.
573: * Calls prog : pa_planning_resource_pub.delete_row
574: ***************************************************/
575: PROCEDURE Delete_Planning_Resource(
576: p_resource_list_member_id IN SYSTEM.PA_NUM_TBL_TYPE,
577: p_commit IN VARCHAR2,

Line 615: END Pa_Planning_Resource_Pub;

611: END IF;
612: /***************/
613: END Delete_Planning_Resource;
614:
615: END Pa_Planning_Resource_Pub;