DBA Data[Home] [Help]

PACKAGE: APPS.HZ_CREDIT_REQUEST_PVT

Source


1 PACKAGE HZ_CREDIT_REQUEST_PVT AUTHID CURRENT_USER AS
2 -- $Header: OEXCRRQS.pls 120.0.12010000.1 2008/07/25 07:46:52 appldev ship $
3 
4 ----------------------------------------------------------------
5 --This is rule function, that is subscribed to the Oracle Workflow
6 -- Business Event CreditRequest.Recommendation.implement
7 --to implement recomendations of the AR CRedit Management Review
8 ----------------------------------------------------------------
9 FUNCTION Rule_Credit_Recco_Impl
10 ( p_subscription_guid IN            RAW
11 , p_event             IN OUT NOCOPY WF_EVENT_T
12 )
13 RETURN VARCHAR2;
14 
15 
16 
17 END HZ_CREDIT_REQUEST_PVT;