DBA Data[Home] [Help]

PACKAGE: APPS.XLA_MPA_JLT_ASSGNS_F_PVT

Source


1 PACKAGE XLA_MPA_JLT_ASSGNS_F_PVT AS
2 /* $Header: xlathmjl.pkh 120.0 2005/06/24 01:27:55 eklau noship $ */
3 
4 PROCEDURE Insert_Row (
5     x_rowid				IN OUT NOCOPY VARCHAR2,
6     x_amb_context_code			IN VARCHAR2,
7     x_application_id			IN NUMBER,
8     x_event_class_code			IN VARCHAR2,
9     x_event_type_code			IN VARCHAR2,
10     x_line_definition_owner_code	IN VARCHAR2,
11     x_line_definition_code		IN VARCHAR2,
12     x_accounting_line_type_code		IN VARCHAR2,
13     x_accounting_line_code		IN VARCHAR2,
14     x_mpa_accounting_line_type_co	IN VARCHAR2,
15     x_mpa_accounting_line_code		IN VARCHAR2,
16     x_inherit_desc_flag			IN VARCHAR2,
17     x_description_type_code		IN VARCHAR2,
18     x_description_code			IN VARCHAR2,
19     x_creation_date			IN DATE,
20     x_created_by			IN NUMBER,
21     x_last_update_date			IN DATE,
22     x_last_updated_by			IN NUMBER,
23     x_last_update_login			IN NUMBER
24 );
25 
26 
27 PROCEDURE Update_Row (
28     x_amb_context_code			IN VARCHAR2,
29     x_application_id			IN NUMBER,
30     x_event_class_code			IN VARCHAR2,
31     x_event_type_code			IN VARCHAR2,
32     x_line_definition_owner_code	IN VARCHAR2,
33     x_line_definition_code		IN VARCHAR2,
34     x_accounting_line_type_code		IN VARCHAR2,
35     x_accounting_line_code		IN VARCHAR2,
36     x_mpa_accounting_line_type_co	IN VARCHAR2,
37     x_mpa_accounting_line_code		IN VARCHAR2,
38     x_inherit_desc_flag			IN VARCHAR2,
39     x_description_type_code		IN VARCHAR2,
40     x_description_code			IN VARCHAR2,
41     x_last_update_date			IN DATE,
42     x_last_updated_by			IN NUMBER,
43     x_last_update_login			IN NUMBER
44 );
45 
46 
47 PROCEDURE Lock_Row (
48     x_amb_context_code			IN VARCHAR2,
49     x_application_id			IN NUMBER,
50     x_event_type_code			IN VARCHAR2,
51     x_line_definition_owner_code	IN VARCHAR2,
52     x_line_definition_code		IN VARCHAR2,
53     x_accounting_line_type_code		IN VARCHAR2,
54     x_accounting_line_code		IN VARCHAR2,
55     x_mpa_accounting_line_type_co	IN VARCHAR2,
56     x_mpa_accounting_line_code		IN VARCHAR2,
57     x_description_type_code		IN VARCHAR2,
58     x_description_code			IN VARCHAR2
59 );
60 
61 
62 PROCEDURE Delete_Row (
63     x_amb_context_code			IN VARCHAR2,
64     x_application_id			IN NUMBER,
65     x_event_type_code			IN VARCHAR2,
66     x_line_definition_owner_code	IN VARCHAR2,
67     x_line_definition_code		IN VARCHAR2,
68     x_accounting_line_type_code		IN VARCHAR2,
69     x_accounting_line_code		IN VARCHAR2,
70     x_mpa_accounting_line_type_co	IN VARCHAR2,
71     x_mpa_accounting_line_code		IN VARCHAR2
72 );
73 
74 
75 END XLA_MPA_JLT_ASSGNS_F_PVT;