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 184: -- p_api_version Standard Input Parameter

180: -- to check capacity.
181: -- Pre-reqs :
182: --
183: -- Parameters :
184: -- p_api_version Standard Input Parameter
185: -- p_init_msg_list Standard Input Parameter
186: -- p_commit Standard Input Parameter
187: -- p_validation_level Standard Input Parameter
188: -- p_transaction_temp_id Identifier for the record in view

Line 185: -- p_init_msg_list Standard Input Parameter

181: -- Pre-reqs :
182: --
183: -- Parameters :
184: -- p_api_version Standard Input Parameter
185: -- p_init_msg_list Standard Input Parameter
186: -- p_commit Standard Input Parameter
187: -- p_validation_level Standard Input Parameter
188: -- p_transaction_temp_id Identifier for the record in view
189: -- wms_strategy_mat_txn_tmp_v that represents

Line 186: -- p_commit Standard Input Parameter

182: --
183: -- Parameters :
184: -- p_api_version Standard Input Parameter
185: -- p_init_msg_list Standard Input Parameter
186: -- p_commit Standard Input Parameter
187: -- p_validation_level Standard Input Parameter
188: -- p_transaction_temp_id Identifier for the record in view
189: -- wms_strategy_mat_txn_tmp_v that represents
190: -- the request for detailing

Line 187: -- p_validation_level Standard Input Parameter

183: -- Parameters :
184: -- p_api_version Standard Input Parameter
185: -- p_init_msg_list Standard Input Parameter
186: -- p_commit Standard Input Parameter
187: -- p_validation_level Standard Input Parameter
188: -- p_transaction_temp_id Identifier for the record in view
189: -- wms_strategy_mat_txn_tmp_v that represents
190: -- the request for detailing
191: -- p_organization_id Organization identifier

Line 199: -- x_return_status Standard Output Parameter

195: -- p_project_id Project associated with transaction
196: -- p_task_id Task associated with transaction
197: --
198: -- Output Parameters
199: -- x_return_status Standard Output Parameter
200: -- x_msg_count Standard Output Parameter
201: -- x_msg_data Standard Output Parameter
202: -- x_finished whether the rule has found enough quantity to
203: -- find a location that completely satisfy

Line 200: -- x_msg_count Standard Output Parameter

196: -- p_task_id Task associated with transaction
197: --
198: -- Output Parameters
199: -- x_return_status Standard Output Parameter
200: -- x_msg_count Standard Output Parameter
201: -- x_msg_data Standard Output Parameter
202: -- x_finished whether the rule has found enough quantity to
203: -- find a location that completely satisfy
204: -- the requested quantity (value is 'Y' or 'N')

Line 201: -- x_msg_data Standard Output Parameter

197: --
198: -- Output Parameters
199: -- x_return_status Standard Output Parameter
200: -- x_msg_count Standard Output Parameter
201: -- x_msg_data Standard Output Parameter
202: -- x_finished whether the rule has found enough quantity to
203: -- find a location that completely satisfy
204: -- the requested quantity (value is 'Y' or 'N')
205: --

Line 247: -- p_api_version Standard Input Parameter

243: -- during enabling functionality )
244: -- Pre-reqs : one record in WMS_RULES_B uniquely identified by parameter
245: -- p_rule_id
246: -- Input Parameters :
247: -- p_api_version Standard Input Parameter
248: -- p_init_msg_list Standard Input Parameter
249: -- p_validation_level Standard Input Parameter
250: -- p_rule_id Identifier of the rule to check
251: --

Line 248: -- p_init_msg_list Standard Input Parameter

244: -- Pre-reqs : one record in WMS_RULES_B uniquely identified by parameter
245: -- p_rule_id
246: -- Input Parameters :
247: -- p_api_version Standard Input Parameter
248: -- p_init_msg_list Standard Input Parameter
249: -- p_validation_level Standard Input Parameter
250: -- p_rule_id Identifier of the rule to check
251: --
252: -- Output Parameters :

Line 249: -- p_validation_level Standard Input Parameter

245: -- p_rule_id
246: -- Input Parameters :
247: -- p_api_version Standard Input Parameter
248: -- p_init_msg_list Standard Input Parameter
249: -- p_validation_level Standard Input Parameter
250: -- p_rule_id Identifier of the rule to check
251: --
252: -- Output Parameters :
253: -- x_return_status Standard Output Parameter

Line 253: -- x_return_status Standard Output Parameter

249: -- p_validation_level Standard Input Parameter
250: -- p_rule_id Identifier of the rule to check
251: --
252: -- Output Parameters :
253: -- x_return_status Standard Output Parameter
254: -- x_msg_count Standard Output Parameter
255: -- x_msg_data Standard Output Parameter
256: --
257: -- Version :

Line 254: -- x_msg_count Standard Output Parameter

250: -- p_rule_id Identifier of the rule to check
251: --
252: -- Output Parameters :
253: -- x_return_status Standard Output Parameter
254: -- x_msg_count Standard Output Parameter
255: -- x_msg_data Standard Output Parameter
256: --
257: -- Version :
258: -- Current version 1.0

Line 255: -- x_msg_data Standard Output Parameter

251: --
252: -- Output Parameters :
253: -- x_return_status Standard Output Parameter
254: -- x_msg_count Standard Output Parameter
255: -- x_msg_data Standard Output Parameter
256: --
257: -- Version :
258: -- Current version 1.0
259: --

Line 306: -- p_api_version Standard Input Parameter

302: -- API name : Find_Rule
303: -- Type : Private
304: -- Function : find a rule by id
305: -- Input Parameters :
306: -- p_api_version Standard Input Parameter
307: -- p_init_msg_list Standard Input Parameter
308: -- p_rule_id Identifier of the rule
309: --
310: -- Output Parameters:

Line 307: -- p_init_msg_list Standard Input Parameter

303: -- Type : Private
304: -- Function : find a rule by id
305: -- Input Parameters :
306: -- p_api_version Standard Input Parameter
307: -- p_init_msg_list Standard Input Parameter
308: -- p_rule_id Identifier of the rule
309: --
310: -- Output Parameters:
311: -- x_return_status Standard Output Parameter

Line 311: -- x_return_status Standard Output Parameter

307: -- p_init_msg_list Standard Input Parameter
308: -- p_rule_id Identifier of the rule
309: --
310: -- Output Parameters:
311: -- x_return_status Standard Output Parameter
312: -- x_msg_count Standard Output Parameter
313: -- x_msg_data Standard Output Parameter
314: -- x_found true if found ; else false
315: -- x_rule_rec info of the rule if found

Line 312: -- x_msg_count Standard Output Parameter

308: -- p_rule_id Identifier of the rule
309: --
310: -- Output Parameters:
311: -- x_return_status Standard Output Parameter
312: -- x_msg_count Standard Output Parameter
313: -- x_msg_data Standard Output Parameter
314: -- x_found true if found ; else false
315: -- x_rule_rec info of the rule if found
316:

Line 313: -- x_msg_data Standard Output Parameter

309: --
310: -- Output Parameters:
311: -- x_return_status Standard Output Parameter
312: -- x_msg_count Standard Output Parameter
313: -- x_msg_data Standard Output Parameter
314: -- x_found true if found ; else false
315: -- x_rule_rec info of the rule if found
316:
317: -- Version :

Line 584: -- p_api_version Standard Input Parameter

580: -- Called for Inventory Moves.
581: -- Pre-reqs : None
582: --
583: -- Input Parameters :
584: -- p_api_version Standard Input Parameter
585: -- p_init_msg_list Standard Input Parameter
586: -- p_validation_level Standard Input Parameter
587: -- p_rule_id Identifier of the rule to check
588: --

Line 585: -- p_init_msg_list Standard Input Parameter

581: -- Pre-reqs : None
582: --
583: -- Input Parameters :
584: -- p_api_version Standard Input Parameter
585: -- p_init_msg_list Standard Input Parameter
586: -- p_validation_level Standard Input Parameter
587: -- p_rule_id Identifier of the rule to check
588: --
589: -- Output Parameters :

Line 586: -- p_validation_level Standard Input Parameter

582: --
583: -- Input Parameters :
584: -- p_api_version Standard Input Parameter
585: -- p_init_msg_list Standard Input Parameter
586: -- p_validation_level Standard Input Parameter
587: -- p_rule_id Identifier of the rule to check
588: --
589: -- Output Parameters :
590: -- x_return_status Standard Output Parameter

Line 590: -- x_return_status Standard Output Parameter

586: -- p_validation_level Standard Input Parameter
587: -- p_rule_id Identifier of the rule to check
588: --
589: -- Output Parameters :
590: -- x_return_status Standard Output Parameter
591: -- x_msg_count Standard Output Parameter
592: -- x_msg_data Standard Output Parameter
593: --
594: -- Version :

Line 591: -- x_msg_count Standard Output Parameter

587: -- p_rule_id Identifier of the rule to check
588: --
589: -- Output Parameters :
590: -- x_return_status Standard Output Parameter
591: -- x_msg_count Standard Output Parameter
592: -- x_msg_data Standard Output Parameter
593: --
594: -- Version :
595: -- Current version 1.0

Line 592: -- x_msg_data Standard Output Parameter

588: --
589: -- Output Parameters :
590: -- x_return_status Standard Output Parameter
591: -- x_msg_count Standard Output Parameter
592: -- x_msg_data Standard Output Parameter
593: --
594: -- Version :
595: -- Current version 1.0
596: --