DBA Data[Home] [Help]

APPS.AHL_PRD_PRINT_PVT dependencies on STANDARD

Line 16: -- Standard IN Parameters :

12: -- Pre-reqs :
13: -- Function : Gen_Wo_Xml
14: -- Parameters :
15: --
16: -- Standard IN Parameters :
17: -- p_api_version NUMBER Required
18: -- p_init_msg_list VARCHAR2 Default FND_API.G_FALSE
19: -- p_commit VARCHAR2 Default FND_API.G_FALSE
20: -- p_validation_level NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 24: -- Standard OUT Parameters :

20: -- p_validation_level NUMBER Default FND_API.G_VALID_LEVEL_FULL
21: -- p_default VARCHAR2 Default FND_API.G_TRUE
22: -- p_module_type VARCHAR2 Default NULL
23: --
24: -- Standard OUT Parameters :
25: -- x_return_status VARCHAR2 Required
26: -- x_msg_count NUMBER Required
27: -- x_msg_data VARCHAR2 Required
28: --

Line 74: -- Standard IN Parameters :

70: -- Pre-reqs :
71: -- Function : Gen_Workcard_Xml
72: -- Parameters :
73: --
74: -- Standard IN Parameters :
75: -- p_api_version NUMBER Required
76: --
77: -- Standard OUT Parameters :
78: -- errbuf OUT NOCOPY VARCHAR2,

Line 77: -- Standard OUT Parameters :

73: --
74: -- Standard IN Parameters :
75: -- p_api_version NUMBER Required
76: --
77: -- Standard OUT Parameters :
78: -- errbuf OUT NOCOPY VARCHAR2,
79: -- retcode OUT NOCOPY NUMBER,
80: --
81: -- IN parameters:

Line 126: -- Standard IN Parameters :

122: -- Pre-reqs :
123: -- Function : Process_JCG_Request
124: -- Parameters :
125: --
126: -- Standard IN Parameters :
127: -- p_api_version NUMBER Required
128: --
129: -- Standard OUT Parameters :
130: -- x_return_status VARCHAR2 Required

Line 129: -- Standard OUT Parameters :

125: --
126: -- Standard IN Parameters :
127: -- p_api_version NUMBER Required
128: --
129: -- Standard OUT Parameters :
130: -- x_return_status VARCHAR2 Required
131: -- x_msg_count NUMBER Required
132: -- x_msg_data VARCHAR2 Required
133: --

Line 188: -- Standard IN Parameters :

184: -- Procedure name : Generate_JCG_XML
185: -- Type : Private
186: -- Parameters :
187: --
188: -- Standard IN Parameters :
189: -- p_api_version NUMBER Required
190: -- p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE
191: -- p_validation_level IN NUMBER :=FND_API.G_VALID_LEVEL_FULL
192:

Line 193: -- Standard OUT Parameters :

189: -- p_api_version NUMBER Required
190: -- p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE
191: -- p_validation_level IN NUMBER :=FND_API.G_VALID_LEVEL_FULL
192:
193: -- Standard OUT Parameters :
194: -- x_return_status VARCHAR2 Required
195: -- x_msg_count NUMBER Required
196: -- x_msg_data VARCHAR2 Required
197: --

Line 346: -- Standard IN Parameters :

342: -- Function : Handles front end requests to print Job Cards for CMRO Visits, MRs or Work Order
343: -- Pre-reqs :
344: -- Parameters :
345: --
346: -- Standard IN Parameters :
347: -- p_api_version IN NUMBER Required
348: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
349: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
350: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 355: -- Standard OUT Parameters :

351: -- p_default IN VARCHAR2 Default FND_API.G_TRUE
352: -- Based on this flag, the API will set the default attributes.
353: -- p_module_type In VARCHAR2 Default NULL
354: -- This will be null.
355: -- Standard OUT Parameters :
356: -- x_return_status OUT VARCHAR2 Required
357: -- x_msg_count OUT NUMBER Required
358: -- x_msg_data OUT VARCHAR2 Required
359: --