DBA Data[Home] [Help]

APPS.PO_ERECORDS_PVT dependencies on STANDARD

Line 20: -- Standard parameter according to apps API standards

16: -- Calls the APIs given by eRecords product team to store the signature details
17: --Parameters:
18: --IN:
19: --p_api_version
20: -- Standard parameter according to apps API standards
21: --p_init_msg_list
22: -- Indicates if the message logging should be initialised
23: --p_commit
24: -- Indicates if the eRecord details should be committed in between processing

Line 57: -- Standard parameter according to apps API standards

53: --p_sig_parameters_tbl
54: -- Parameter list to be passed as post signature parameters
55: --OUT:
56: --x_return_status
57: -- Standard parameter according to apps API standards
58: --x_msg_count
59: -- Standard parameter according to apps API standards
60: --x_msg_data
61: -- Standard parameter according to apps API standards

Line 59: -- Standard parameter according to apps API standards

55: --OUT:
56: --x_return_status
57: -- Standard parameter according to apps API standards
58: --x_msg_count
59: -- Standard parameter according to apps API standards
60: --x_msg_data
61: -- Standard parameter according to apps API standards
62: --x_document_id
63: -- Generated document id

Line 61: -- Standard parameter according to apps API standards

57: -- Standard parameter according to apps API standards
58: --x_msg_count
59: -- Standard parameter according to apps API standards
60: --x_msg_data
61: -- Standard parameter according to apps API standards
62: --x_document_id
63: -- Generated document id
64: --x_signature_id
65: -- Captured signature id

Line 165: -- Standard parameter according to apps API standards

161: -- Transaction Acknowledgement
162: --Parameters:
163: --IN:
164: --p_api_version
165: -- Standard parameter according to apps API standards
166: --p_init_msg_list
167: -- Indicates if the message logging should be initialised
168: --p_event_name
169: -- The event name for which acknowledgement is sent

Line 185: -- Standard parameter according to apps API standards

181: --p_autonomous_commit
182: -- This tells the API to commit its changes autonomously or not
183: --OUT:
184: --x_return_status
185: -- Standard parameter according to apps API standards
186: --x_msg_count
187: -- Standard parameter according to apps API standards
188: --x_msg_data
189: -- Standard parameter according to apps API standards

Line 187: -- Standard parameter according to apps API standards

183: --OUT:
184: --x_return_status
185: -- Standard parameter according to apps API standards
186: --x_msg_count
187: -- Standard parameter according to apps API standards
188: --x_msg_data
189: -- Standard parameter according to apps API standards
190: --Testing:
191: -- Testing to be done based on the test cases in Document Binding DLD

Line 189: -- Standard parameter according to apps API standards

185: -- Standard parameter according to apps API standards
186: --x_msg_count
187: -- Standard parameter according to apps API standards
188: --x_msg_data
189: -- Standard parameter according to apps API standards
190: --Testing:
191: -- Testing to be done based on the test cases in Document Binding DLD
192: --End of Comments
193: -------------------------------------------------------------------------------