DBA Data[Home] [Help]

PACKAGE: APPS.CTO_CUSTOM_NOTIFY_PK

Source


1 package CTO_CUSTOM_NOTIFY_PK AUTHID CURRENT_USER as
2 /* $Header: CTOCNOTS.pls 115.0 2003/11/26 23:41:34 ssawant noship $ */
3 
4 
5 /*---------------------------------------------------------------------------+
6     This function tries to get the recipient intended for the defined notification.
7     This function will return null by default.
8 +----------------------------------------------------------------------------*/
9 
10 function Get_Recipient(
11         p_error_type         in      Number,
12         p_inventory_item_id  in      Number,
13         p_organization_id    in      Number,
14         p_line_id            in      Number)
15 Return Varchar2;
16 
17 end CTO_CUSTOM_NOTIFY_PK;