DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on STANDARD

Line 32: -- p_api_version Standard Input Parameter

28: -- move_order_line_id of that line.
29:
30:
31: -- Parameters :
32: -- p_api_version Standard Input Parameter
33: -- p_init_msg_list Standard Input Parameter
34: -- p_commit Standard Input Parameter
35: -- p_validation_level Standard Input Parameter
36: -- p_out_bound specifies if the call is for outbound process

Line 33: -- p_init_msg_list Standard Input Parameter

29:
30:
31: -- Parameters :
32: -- p_api_version Standard Input Parameter
33: -- p_init_msg_list Standard Input Parameter
34: -- p_commit Standard Input Parameter
35: -- p_validation_level Standard Input Parameter
36: -- p_out_bound specifies if the call is for outbound process
37: -- p_org_id organization_id

Line 34: -- p_commit Standard Input Parameter

30:
31: -- Parameters :
32: -- p_api_version Standard Input Parameter
33: -- p_init_msg_list Standard Input Parameter
34: -- p_commit Standard Input Parameter
35: -- p_validation_level Standard Input Parameter
36: -- p_out_bound specifies if the call is for outbound process
37: -- p_org_id organization_id
38: -- p_move_order_header_id header_id for the lines to be cartonized

Line 35: -- p_validation_level Standard Input Parameter

31: -- Parameters :
32: -- p_api_version Standard Input Parameter
33: -- p_init_msg_list Standard Input Parameter
34: -- p_commit Standard Input Parameter
35: -- p_validation_level Standard Input Parameter
36: -- p_out_bound specifies if the call is for outbound process
37: -- p_org_id organization_id
38: -- p_move_order_header_id header_id for the lines to be cartonized
39:

Line 42: -- x_return_status Standard Output Parameter

38: -- p_move_order_header_id header_id for the lines to be cartonized
39:
40:
41: -- Output Parameters
42: -- x_return_status Standard Output Parameter
43: -- x_msg_count Standard Output Parameter
44: -- x_msg_data Standard Output Parameter
45:
46: -- Version

Line 43: -- x_msg_count Standard Output Parameter

39:
40:
41: -- Output Parameters
42: -- x_return_status Standard Output Parameter
43: -- x_msg_count Standard Output Parameter
44: -- x_msg_data Standard Output Parameter
45:
46: -- Version
47: -- Currently version is 1.0

Line 44: -- x_msg_data Standard Output Parameter

40:
41: -- Output Parameters
42: -- x_return_status Standard Output Parameter
43: -- x_msg_count Standard Output Parameter
44: -- x_msg_data Standard Output Parameter
45:
46: -- Version
47: -- Currently version is 1.0
48:

Line 321: mmt_rec.standard_operation_id:=wct_rec.standard_operation_id;

317: mmt_rec.common_routing_seq_id:=wct_rec.common_routing_seq_id;
318: mmt_rec.org_cost_group_id:=wct_rec.org_cost_group_id;
319: mmt_rec.cost_type_id:=wct_rec.cost_type_id;
320: mmt_rec.transaction_status:=wct_rec.transaction_status;
321: mmt_rec.standard_operation_id:=wct_rec.standard_operation_id;
322: mmt_rec.task_priority:=wct_rec.task_priority;
323: mmt_rec.wms_task_type:=wct_rec.wms_task_type;
324: mmt_rec.parent_line_id:=wct_rec.parent_line_id;
325: mmt_rec.transfer_cost_group_id:=wct_rec.transfer_cost_group_id;

Line 964: standard_operation_id,

960: common_routing_seq_id,
961: org_cost_group_id,
962: cost_type_id,
963: transaction_status,
964: standard_operation_id,
965: task_priority,
966: wms_task_type,
967: parent_line_id,
968: --source_lot_number,

Line 1197: mmtt_rec.standard_operation_id,

1193: mmtt_rec.common_routing_seq_id,
1194: mmtt_rec.org_cost_group_id,
1195: mmtt_rec.cost_type_id,
1196: mmtt_rec.transaction_status,
1197: mmtt_rec.standard_operation_id,
1198: mmtt_rec.task_priority,
1199: mmtt_rec.wms_task_type,
1200: mmtt_rec.parent_line_id,
1201: --mmtt_rec.source_lot_number,

Line 1623: -- If that is null we have to pick up first non null wt/vol uom as standard

1619: log_event(' tare_weight_uom_code '||l_tare_weight_uom_code);
1620: END IF;
1621: -- Logic
1622: -- We try to convert everything to the container items wt/vol uom first
1623: -- If that is null we have to pick up first non null wt/vol uom as standard
1624: -- for each record logic should be
1625: -- if the weight uom is not null on the record
1626: -- if the std wt uom is not set
1627: -- set this uom as the standard uom

Line 1627: -- set this uom as the standard uom

1623: -- If that is null we have to pick up first non null wt/vol uom as standard
1624: -- for each record logic should be
1625: -- if the weight uom is not null on the record
1626: -- if the std wt uom is not set
1627: -- set this uom as the standard uom
1628: -- else
1629: -- if std wt uom is different from the current uom
1630: -- convert wt to the std uom
1631: -- if conversion returns null, -1 set the wt to zero