DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on STANDARD

Line 30: -- p_api_version Standard Input Parameter

26: -- If picking, quantity tree has to exist, created through
27: -- INV_Quantity_Tree_PVT.Create_Tree and uniquely identified
28: -- by parameter p_tree_id
29: -- Parameters :
30: -- p_api_version Standard Input Parameter
31: -- p_init_msg_list Standard Input Parameter
32: -- p_commit Standard Input Parameter
33: -- p_validation_level Standard Input Parameter
34: -- p_rule_id Identifier of the rule to apply

Line 31: -- p_init_msg_list Standard Input Parameter

27: -- INV_Quantity_Tree_PVT.Create_Tree and uniquely identified
28: -- by parameter p_tree_id
29: -- Parameters :
30: -- p_api_version Standard Input Parameter
31: -- p_init_msg_list Standard Input Parameter
32: -- p_commit Standard Input Parameter
33: -- p_validation_level Standard Input Parameter
34: -- p_rule_id Identifier of the rule to apply
35: -- p_type_code Type code of the rule

Line 32: -- p_commit Standard Input Parameter

28: -- by parameter p_tree_id
29: -- Parameters :
30: -- p_api_version Standard Input Parameter
31: -- p_init_msg_list Standard Input Parameter
32: -- p_commit Standard Input Parameter
33: -- p_validation_level Standard Input Parameter
34: -- p_rule_id Identifier of the rule to apply
35: -- p_type_code Type code of the rule
36: -- p_partial_success_allowed_flag

Line 33: -- p_validation_level Standard Input Parameter

29: -- Parameters :
30: -- p_api_version Standard Input Parameter
31: -- p_init_msg_list Standard Input Parameter
32: -- p_commit Standard Input Parameter
33: -- p_validation_level Standard Input Parameter
34: -- p_rule_id Identifier of the rule to apply
35: -- p_type_code Type code of the rule
36: -- p_partial_success_allowed_flag
37: -- 'Y' or 'N'

Line 48: -- x_return_status Standard Output Parameter

44: -- p_primary_uom Primary UOM code
45: -- p_tree_id Identifier for the quantity tree
46: --
47: -- Output Parameters
48: -- x_return_status Standard Output Parameter
49: -- x_msg_count Standard Output Parameter
50: -- x_msg_data Standard Output Parameter
51: -- x_finished whether the rule has found enough quantity to
52: -- find a location that completely satisfy

Line 49: -- x_msg_count Standard Output Parameter

45: -- p_tree_id Identifier for the quantity tree
46: --
47: -- Output Parameters
48: -- x_return_status Standard Output Parameter
49: -- x_msg_count Standard Output Parameter
50: -- x_msg_data Standard Output Parameter
51: -- x_finished whether the rule has found enough quantity to
52: -- find a location that completely satisfy
53: -- the requested quantity (value is 'Y' or 'N')

Line 50: -- x_msg_data Standard Output Parameter

46: --
47: -- Output Parameters
48: -- x_return_status Standard Output Parameter
49: -- x_msg_count Standard Output Parameter
50: -- x_msg_data Standard Output Parameter
51: -- x_finished whether the rule has found enough quantity to
52: -- find a location that completely satisfy
53: -- the requested quantity (value is 'Y' or 'N')
54: --

Line 175: -- p_api_version Standard Input Parameter

171: -- to check capacity.
172: -- Pre-reqs :
173: --
174: -- Parameters :
175: -- p_api_version Standard Input Parameter
176: -- p_init_msg_list Standard Input Parameter
177: -- p_commit Standard Input Parameter
178: -- p_validation_level Standard Input Parameter
179: -- p_transaction_temp_id Identifier for the record in view

Line 176: -- p_init_msg_list Standard Input Parameter

172: -- Pre-reqs :
173: --
174: -- Parameters :
175: -- p_api_version Standard Input Parameter
176: -- p_init_msg_list Standard Input Parameter
177: -- p_commit Standard Input Parameter
178: -- p_validation_level Standard Input Parameter
179: -- p_transaction_temp_id Identifier for the record in view
180: -- wms_strategy_mat_txn_tmp_v that represents

Line 177: -- p_commit Standard Input Parameter

173: --
174: -- Parameters :
175: -- p_api_version Standard Input Parameter
176: -- p_init_msg_list Standard Input Parameter
177: -- p_commit Standard Input Parameter
178: -- p_validation_level Standard Input Parameter
179: -- p_transaction_temp_id Identifier for the record in view
180: -- wms_strategy_mat_txn_tmp_v that represents
181: -- the request for detailing

Line 178: -- p_validation_level Standard Input Parameter

174: -- Parameters :
175: -- p_api_version Standard Input Parameter
176: -- p_init_msg_list Standard Input Parameter
177: -- p_commit Standard Input Parameter
178: -- p_validation_level Standard Input Parameter
179: -- p_transaction_temp_id Identifier for the record in view
180: -- wms_strategy_mat_txn_tmp_v that represents
181: -- the request for detailing
182: -- p_organization_id Organization identifier

Line 190: -- x_return_status Standard Output Parameter

186: -- p_project_id Project associated with transaction
187: -- p_task_id Task associated with transaction
188: --
189: -- Output Parameters
190: -- x_return_status Standard Output Parameter
191: -- x_msg_count Standard Output Parameter
192: -- x_msg_data Standard Output Parameter
193: -- x_finished whether the rule has found enough quantity to
194: -- find a location that completely satisfy

Line 191: -- x_msg_count Standard Output Parameter

187: -- p_task_id Task associated with transaction
188: --
189: -- Output Parameters
190: -- x_return_status Standard Output Parameter
191: -- x_msg_count Standard Output Parameter
192: -- x_msg_data Standard Output Parameter
193: -- x_finished whether the rule has found enough quantity to
194: -- find a location that completely satisfy
195: -- the requested quantity (value is 'Y' or 'N')

Line 192: -- x_msg_data Standard Output Parameter

188: --
189: -- Output Parameters
190: -- x_return_status Standard Output Parameter
191: -- x_msg_count Standard Output Parameter
192: -- x_msg_data Standard Output Parameter
193: -- x_finished whether the rule has found enough quantity to
194: -- find a location that completely satisfy
195: -- the requested quantity (value is 'Y' or 'N')
196: --

Line 238: -- p_api_version Standard Input Parameter

234: -- during enabling functionality )
235: -- Pre-reqs : one record in WMS_RULES_B uniquely identified by parameter
236: -- p_rule_id
237: -- Input Parameters :
238: -- p_api_version Standard Input Parameter
239: -- p_init_msg_list Standard Input Parameter
240: -- p_validation_level Standard Input Parameter
241: -- p_rule_id Identifier of the rule to check
242: --

Line 239: -- p_init_msg_list Standard Input Parameter

235: -- Pre-reqs : one record in WMS_RULES_B uniquely identified by parameter
236: -- p_rule_id
237: -- Input Parameters :
238: -- p_api_version Standard Input Parameter
239: -- p_init_msg_list Standard Input Parameter
240: -- p_validation_level Standard Input Parameter
241: -- p_rule_id Identifier of the rule to check
242: --
243: -- Output Parameters :

Line 240: -- p_validation_level Standard Input Parameter

236: -- p_rule_id
237: -- Input Parameters :
238: -- p_api_version Standard Input Parameter
239: -- p_init_msg_list Standard Input Parameter
240: -- p_validation_level Standard Input Parameter
241: -- p_rule_id Identifier of the rule to check
242: --
243: -- Output Parameters :
244: -- x_return_status Standard Output Parameter

Line 244: -- x_return_status Standard Output Parameter

240: -- p_validation_level Standard Input Parameter
241: -- p_rule_id Identifier of the rule to check
242: --
243: -- Output Parameters :
244: -- x_return_status Standard Output Parameter
245: -- x_msg_count Standard Output Parameter
246: -- x_msg_data Standard Output Parameter
247: --
248: -- Version :

Line 245: -- x_msg_count Standard Output Parameter

241: -- p_rule_id Identifier of the rule to check
242: --
243: -- Output Parameters :
244: -- x_return_status Standard Output Parameter
245: -- x_msg_count Standard Output Parameter
246: -- x_msg_data Standard Output Parameter
247: --
248: -- Version :
249: -- Current version 1.0

Line 246: -- x_msg_data Standard Output Parameter

242: --
243: -- Output Parameters :
244: -- x_return_status Standard Output Parameter
245: -- x_msg_count Standard Output Parameter
246: -- x_msg_data Standard Output Parameter
247: --
248: -- Version :
249: -- Current version 1.0
250: --

Line 297: -- p_api_version Standard Input Parameter

293: -- API name : Find_Rule
294: -- Type : Private
295: -- Function : find a rule by id
296: -- Input Parameters :
297: -- p_api_version Standard Input Parameter
298: -- p_init_msg_list Standard Input Parameter
299: -- p_rule_id Identifier of the rule
300: --
301: -- Output Parameters:

Line 298: -- p_init_msg_list Standard Input Parameter

294: -- Type : Private
295: -- Function : find a rule by id
296: -- Input Parameters :
297: -- p_api_version Standard Input Parameter
298: -- p_init_msg_list Standard Input Parameter
299: -- p_rule_id Identifier of the rule
300: --
301: -- Output Parameters:
302: -- x_return_status Standard Output Parameter

Line 302: -- x_return_status Standard Output Parameter

298: -- p_init_msg_list Standard Input Parameter
299: -- p_rule_id Identifier of the rule
300: --
301: -- Output Parameters:
302: -- x_return_status Standard Output Parameter
303: -- x_msg_count Standard Output Parameter
304: -- x_msg_data Standard Output Parameter
305: -- x_found true if found ; else false
306: -- x_rule_rec info of the rule if found

Line 303: -- x_msg_count Standard Output Parameter

299: -- p_rule_id Identifier of the rule
300: --
301: -- Output Parameters:
302: -- x_return_status Standard Output Parameter
303: -- x_msg_count Standard Output Parameter
304: -- x_msg_data Standard Output Parameter
305: -- x_found true if found ; else false
306: -- x_rule_rec info of the rule if found
307:

Line 304: -- x_msg_data Standard Output Parameter

300: --
301: -- Output Parameters:
302: -- x_return_status Standard Output Parameter
303: -- x_msg_count Standard Output Parameter
304: -- x_msg_data Standard Output Parameter
305: -- x_found true if found ; else false
306: -- x_rule_rec info of the rule if found
307:
308: -- Version :

Line 575: -- p_api_version Standard Input Parameter

571: -- Called for Inventory Moves.
572: -- Pre-reqs : None
573: --
574: -- Input Parameters :
575: -- p_api_version Standard Input Parameter
576: -- p_init_msg_list Standard Input Parameter
577: -- p_validation_level Standard Input Parameter
578: -- p_rule_id Identifier of the rule to check
579: --

Line 576: -- p_init_msg_list Standard Input Parameter

572: -- Pre-reqs : None
573: --
574: -- Input Parameters :
575: -- p_api_version Standard Input Parameter
576: -- p_init_msg_list Standard Input Parameter
577: -- p_validation_level Standard Input Parameter
578: -- p_rule_id Identifier of the rule to check
579: --
580: -- Output Parameters :

Line 577: -- p_validation_level Standard Input Parameter

573: --
574: -- Input Parameters :
575: -- p_api_version Standard Input Parameter
576: -- p_init_msg_list Standard Input Parameter
577: -- p_validation_level Standard Input Parameter
578: -- p_rule_id Identifier of the rule to check
579: --
580: -- Output Parameters :
581: -- x_return_status Standard Output Parameter

Line 581: -- x_return_status Standard Output Parameter

577: -- p_validation_level Standard Input Parameter
578: -- p_rule_id Identifier of the rule to check
579: --
580: -- Output Parameters :
581: -- x_return_status Standard Output Parameter
582: -- x_msg_count Standard Output Parameter
583: -- x_msg_data Standard Output Parameter
584: --
585: -- Version :

Line 582: -- x_msg_count Standard Output Parameter

578: -- p_rule_id Identifier of the rule to check
579: --
580: -- Output Parameters :
581: -- x_return_status Standard Output Parameter
582: -- x_msg_count Standard Output Parameter
583: -- x_msg_data Standard Output Parameter
584: --
585: -- Version :
586: -- Current version 1.0

Line 583: -- x_msg_data Standard Output Parameter

579: --
580: -- Output Parameters :
581: -- x_return_status Standard Output Parameter
582: -- x_msg_count Standard Output Parameter
583: -- x_msg_data Standard Output Parameter
584: --
585: -- Version :
586: -- Current version 1.0
587: --