DBA Data[Home] [Help]

PACKAGE: APPS.ZX_TAXEVENT_PUB

Source


1 PACKAGE zx_taxevent_pub AUTHID CURRENT_USER AS
2 /* $Header: zxifvaldevntpubs.pls 120.1 2005/05/25 15:55:08 vsidhart ship $ */
3 
4 
5  /* ==============================================================================*
6  | FUNCTION is_event_type_valid : Returns true if event type is mapped in TSRM |
7  * ==============================================================================*/
8  FUNCTION is_event_type_valid
9    (
10      p_application_id     IN  NUMBER,
11      p_entity_code        IN  VARCHAR2,
12      p_event_class_code   IN  VARCHAR2,
13      p_event_type_code    IN  VARCHAR2
14    )
15  RETURN BOOLEAN ;
16 
17 END zx_taxevent_pub;
18