DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PUB dependencies on STANDARD

Line 57: * @param p_api_version_number Standard API parameter

53: * transactions can be Sales Order, Purchase Order, Inventory Transfer,
54: * Internal Order, Return Material Authorization or Return To Vendor.
55: * The data generated by the processor is inserted into the Movement
56: * Statistics table, which is used for Intrastat Reporting.
57: * @param p_api_version_number Standard API parameter
58: * @param p_init_msg_list Standard API parameter
59: * @param p_legal_entity_id Legal Entity ID
60: * @param p_start_date Transaction start date
61: * @param p_end_date Transaction end date

Line 58: * @param p_init_msg_list Standard API parameter

54: * Internal Order, Return Material Authorization or Return To Vendor.
55: * The data generated by the processor is inserted into the Movement
56: * Statistics table, which is used for Intrastat Reporting.
57: * @param p_api_version_number Standard API parameter
58: * @param p_init_msg_list Standard API parameter
59: * @param p_legal_entity_id Legal Entity ID
60: * @param p_start_date Transaction start date
61: * @param p_end_date Transaction end date
62: * @param p_source_type Transaction type. Options are PO, SO, INV,

Line 64: * @param x_return_status Standard API parameter

60: * @param p_start_date Transaction start date
61: * @param p_end_date Transaction end date
62: * @param p_source_type Transaction type. Options are PO, SO, INV,
63: * IO, RMA and RTV
64: * @param x_return_status Standard API parameter
65: * @param x_msg_count Standard API parameter
66: * @param x_msg_data Standard API parameter
67: * @rep:scope public
68: * @rep:lifecycle active

Line 65: * @param x_msg_count Standard API parameter

61: * @param p_end_date Transaction end date
62: * @param p_source_type Transaction type. Options are PO, SO, INV,
63: * IO, RMA and RTV
64: * @param x_return_status Standard API parameter
65: * @param x_msg_count Standard API parameter
66: * @param x_msg_data Standard API parameter
67: * @rep:scope public
68: * @rep:lifecycle active
69: * @rep:displayname Process Transaction

Line 66: * @param x_msg_data Standard API parameter

62: * @param p_source_type Transaction type. Options are PO, SO, INV,
63: * IO, RMA and RTV
64: * @param x_return_status Standard API parameter
65: * @param x_msg_count Standard API parameter
66: * @param x_msg_data Standard API parameter
67: * @rep:scope public
68: * @rep:lifecycle active
69: * @rep:displayname Process Transaction
70: */

Line 99: * @param p_api_version_number Standard API parameter

95: --=======================================================================
96: /*#
97: * Inserts Movement Statistics data for a transaction into the Movement
98: * Statistics table.
99: * @param p_api_version_number Standard API parameter
100: * @param p_init_msg_list Standard API parameter
101: * @param p_movement_transaction Movement transaction data record
102: * containing data to be inserted into
103: * the Movement Statistics table.

Line 100: * @param p_init_msg_list Standard API parameter

96: /*#
97: * Inserts Movement Statistics data for a transaction into the Movement
98: * Statistics table.
99: * @param p_api_version_number Standard API parameter
100: * @param p_init_msg_list Standard API parameter
101: * @param p_movement_transaction Movement transaction data record
102: * containing data to be inserted into
103: * the Movement Statistics table.
104: * @param x_movement_transaction Movement transaction data record

Line 107: * @param x_return_status Standard API parameter

103: * the Movement Statistics table.
104: * @param x_movement_transaction Movement transaction data record
105: * containing the data inserted and
106: * the unique Movement ID generated.
107: * @param x_return_status Standard API parameter
108: * @param x_msg_count Standard API parameter
109: * @param x_msg_data Standard API parameter
110: * @rep:scope public
111: * @rep:lifecycle active

Line 108: * @param x_msg_count Standard API parameter

104: * @param x_movement_transaction Movement transaction data record
105: * containing the data inserted and
106: * the unique Movement ID generated.
107: * @param x_return_status Standard API parameter
108: * @param x_msg_count Standard API parameter
109: * @param x_msg_data Standard API parameter
110: * @rep:scope public
111: * @rep:lifecycle active
112: * @rep:displayname Create Movement Statistics

Line 109: * @param x_msg_data Standard API parameter

105: * containing the data inserted and
106: * the unique Movement ID generated.
107: * @param x_return_status Standard API parameter
108: * @param x_msg_count Standard API parameter
109: * @param x_msg_data Standard API parameter
110: * @rep:scope public
111: * @rep:lifecycle active
112: * @rep:displayname Create Movement Statistics
113: */

Line 158: * @param p_api_version_number Standard API parameter

154: * would be open if the reset option is 'All'. Only the records in status
155: * Ignored would be open if the reset option is 'Ignored Only'. All
156: * records except the ones in status Ignored or Pending would be Open
157: * if the rest option is 'Exclude Ignored'.
158: * @param p_api_version_number Standard API parameter
159: * @param p_init_msg_list Standard API parameter
160: * @param p_legal_entity_id Legal Entity ID
161: * @param p_zone_code Economic Zone Code
162: * @param p_usage_type Usage Type. Options are Internal or External.

Line 159: * @param p_init_msg_list Standard API parameter

155: * Ignored would be open if the reset option is 'Ignored Only'. All
156: * records except the ones in status Ignored or Pending would be Open
157: * if the rest option is 'Exclude Ignored'.
158: * @param p_api_version_number Standard API parameter
159: * @param p_init_msg_list Standard API parameter
160: * @param p_legal_entity_id Legal Entity ID
161: * @param p_zone_code Economic Zone Code
162: * @param p_usage_type Usage Type. Options are Internal or External.
163: * @param p_stat_type Statistics Type. Options are Intrastat or Extrastat.

Line 169: * @param x_return_status Standard API parameter

165: * @param p_document_source_type Document Source Type. Options are PO, SO,
166: * INV, IO, RMA and RTV.
167: * @param p_reset_option Reset Option. Options are All, Ignored Only and
168: * Exclude Ignored.
169: * @param x_return_status Standard API parameter
170: * @param x_msg_count Standard API parameter
171: * @param x_msg_data Standard API parameter
172: * @rep:scope public
173: * @rep:lifecycle active

Line 170: * @param x_msg_count Standard API parameter

166: * INV, IO, RMA and RTV.
167: * @param p_reset_option Reset Option. Options are All, Ignored Only and
168: * Exclude Ignored.
169: * @param x_return_status Standard API parameter
170: * @param x_msg_count Standard API parameter
171: * @param x_msg_data Standard API parameter
172: * @rep:scope public
173: * @rep:lifecycle active
174: * @rep:displayname Reset Transaction Status

Line 171: * @param x_msg_data Standard API parameter

167: * @param p_reset_option Reset Option. Options are All, Ignored Only and
168: * Exclude Ignored.
169: * @param x_return_status Standard API parameter
170: * @param x_msg_count Standard API parameter
171: * @param x_msg_data Standard API parameter
172: * @rep:scope public
173: * @rep:lifecycle active
174: * @rep:displayname Reset Transaction Status
175: */

Line 214: * @param p_api_version_number Standard API parameter

210: --=======================================================================--
211: /*#
212: * Deletes data from the Movement Statistics table according to the
213: * given parameters.
214: * @param p_api_version_number Standard API parameter
215: * @param p_init_msg_list Standard API parameter
216: * @param p_legal_entity_id Legal Entity ID
217: * @param p_zone_code Economic Zone Code
218: * @param p_usage_type Usage Type. Options are Internal or External.

Line 215: * @param p_init_msg_list Standard API parameter

211: /*#
212: * Deletes data from the Movement Statistics table according to the
213: * given parameters.
214: * @param p_api_version_number Standard API parameter
215: * @param p_init_msg_list Standard API parameter
216: * @param p_legal_entity_id Legal Entity ID
217: * @param p_zone_code Economic Zone Code
218: * @param p_usage_type Usage Type. Options are Internal or External.
219: * @param p_stat_type Statistics Type. Options are Intrastat or Extrastat.

Line 223: * @param x_return_status Standard API parameter

219: * @param p_stat_type Statistics Type. Options are Intrastat or Extrastat.
220: * @param p_period_name Period Name for processing
221: * @param p_document_source_type Document Source Type. Options are PO, SO,
222: * INV, IO, RMA and RTV.
223: * @param x_return_status Standard API parameter
224: * @param x_msg_count Standard API parameter
225: * @param x_msg_data Standard API parameter
226: * @rep:scope public
227: * @rep:lifecycle active

Line 224: * @param x_msg_count Standard API parameter

220: * @param p_period_name Period Name for processing
221: * @param p_document_source_type Document Source Type. Options are PO, SO,
222: * INV, IO, RMA and RTV.
223: * @param x_return_status Standard API parameter
224: * @param x_msg_count Standard API parameter
225: * @param x_msg_data Standard API parameter
226: * @rep:scope public
227: * @rep:lifecycle active
228: * @rep:displayname Purge Movement Transactions

Line 225: * @param x_msg_data Standard API parameter

221: * @param p_document_source_type Document Source Type. Options are PO, SO,
222: * INV, IO, RMA and RTV.
223: * @param x_return_status Standard API parameter
224: * @param x_msg_count Standard API parameter
225: * @param x_msg_data Standard API parameter
226: * @rep:scope public
227: * @rep:lifecycle active
228: * @rep:displayname Purge Movement Transactions
229: */

Line 280: * @param x_return_status Standard API parameter

276: * Exception messages
277: * @param x_updated_flag Flag that indicates whether the Movement Statistics
278: * record that matches the input data record has been
279: * updated.
280: * @param x_return_status Standard API parameter
281: * @param x_msg_count Standard API parameter
282: * @param x_msg_data Standard API parameter
283: * @param x_movement_statistics Movement transaction data record containing
284: * the data which might have been updated.

Line 281: * @param x_msg_count Standard API parameter

277: * @param x_updated_flag Flag that indicates whether the Movement Statistics
278: * record that matches the input data record has been
279: * updated.
280: * @param x_return_status Standard API parameter
281: * @param x_msg_count Standard API parameter
282: * @param x_msg_data Standard API parameter
283: * @param x_movement_statistics Movement transaction data record containing
284: * the data which might have been updated.
285: * @rep:scope public

Line 282: * @param x_msg_data Standard API parameter

278: * record that matches the input data record has been
279: * updated.
280: * @param x_return_status Standard API parameter
281: * @param x_msg_count Standard API parameter
282: * @param x_msg_data Standard API parameter
283: * @param x_movement_statistics Movement transaction data record containing
284: * the data which might have been updated.
285: * @rep:scope public
286: * @rep:lifecycle active

Line 321: * @param x_return_status Standard API parameter

317: --=======================================================================--
318: /*#
319: * Updates existing data in the Movement Statistics table.
320: * @param p_movement_statistics Movement Statistics transaction Input data record
321: * @param x_return_status Standard API parameter
322: * @param x_msg_count Standard API parameter
323: * @param x_msg_data Standard API parameter
324: * @rep:scope public
325: * @rep:lifecycle active

Line 322: * @param x_msg_count Standard API parameter

318: /*#
319: * Updates existing data in the Movement Statistics table.
320: * @param p_movement_statistics Movement Statistics transaction Input data record
321: * @param x_return_status Standard API parameter
322: * @param x_msg_count Standard API parameter
323: * @param x_msg_data Standard API parameter
324: * @rep:scope public
325: * @rep:lifecycle active
326: * @rep:displayname Update Movement Statistics

Line 323: * @param x_msg_data Standard API parameter

319: * Updates existing data in the Movement Statistics table.
320: * @param p_movement_statistics Movement Statistics transaction Input data record
321: * @param x_return_status Standard API parameter
322: * @param x_msg_count Standard API parameter
323: * @param x_msg_data Standard API parameter
324: * @rep:scope public
325: * @rep:lifecycle active
326: * @rep:displayname Update Movement Statistics
327: */