DBA Data[Home] [Help]

PACKAGE: APPS.XLA_AAD_LINE_DEFN_ASSGNS_F_PVT

Source


1 PACKAGE xla_aad_line_defn_assgns_f_pvt AUTHID CURRENT_USER AS
2 /* $Header: xlathald.pkh 120.0 2004/11/04 01:34:31 wychan noship $ */
3 
4 PROCEDURE insert_row
5   (x_rowid                            IN OUT NOCOPY VARCHAR2
6   ,x_application_id                   IN NUMBER
7   ,x_amb_context_code                 IN VARCHAR2
8   ,x_product_rule_type_code           IN VARCHAR2
9   ,x_product_rule_code                IN VARCHAR2
10   ,x_event_class_code                 IN VARCHAR2
11   ,x_event_type_code                  IN VARCHAR2
12   ,x_line_definition_owner_code       IN VARCHAR2
13   ,x_line_definition_code             IN VARCHAR2
14   ,x_creation_date                    IN DATE
15   ,x_created_by                       IN NUMBER
16   ,x_last_update_date                 IN DATE
17   ,x_last_updated_by                  IN NUMBER
18   ,x_last_update_login                IN NUMBER);
19 
20 PROCEDURE delete_row
21   (x_application_id                   IN NUMBER
22   ,x_amb_context_code                 IN VARCHAR2
23   ,x_product_rule_type_code           IN VARCHAR2
24   ,x_product_rule_code                IN VARCHAR2
25   ,x_event_class_code                 IN VARCHAR2
26   ,x_event_type_code                  IN VARCHAR2
27   ,x_line_definition_owner_code       IN VARCHAR2
28   ,x_line_definition_code             IN VARCHAR2);
29 
30 END xla_aad_line_defn_assgns_f_pvt;