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 424: mmt_rec.standard_operation_id:=wct_rec.standard_operation_id;

420: mmt_rec.common_routing_seq_id:=wct_rec.common_routing_seq_id;
421: mmt_rec.org_cost_group_id:=wct_rec.org_cost_group_id;
422: mmt_rec.cost_type_id:=wct_rec.cost_type_id;
423: mmt_rec.transaction_status:=wct_rec.transaction_status;
424: mmt_rec.standard_operation_id:=wct_rec.standard_operation_id;
425: mmt_rec.task_priority:=wct_rec.task_priority;
426: mmt_rec.wms_task_type:=wct_rec.wms_task_type;
427: mmt_rec.parent_line_id:=wct_rec.parent_line_id;
428: mmt_rec.transfer_cost_group_id:=wct_rec.transfer_cost_group_id;

Line 1059: standard_operation_id,

1055: common_routing_seq_id,
1056: org_cost_group_id,
1057: cost_type_id,
1058: transaction_status,
1059: standard_operation_id,
1060: task_priority,
1061: wms_task_type,
1062: parent_line_id,
1063: --source_lot_number,

Line 1291: mmtt_rec.standard_operation_id,

1287: mmtt_rec.common_routing_seq_id,
1288: mmtt_rec.org_cost_group_id,
1289: mmtt_rec.cost_type_id,
1290: mmtt_rec.transaction_status,
1291: mmtt_rec.standard_operation_id,
1292: mmtt_rec.task_priority,
1293: mmtt_rec.wms_task_type,
1294: mmtt_rec.parent_line_id,
1295: --mmtt_rec.source_lot_number,

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

1712: log_event(' tare_weight_uom_code '||l_tare_weight_uom_code);
1713: END IF;
1714: -- Logic
1715: -- We try to convert everything to the container items wt/vol uom first
1716: -- If that is null we have to pick up first non null wt/vol uom as standard
1717: -- for each record logic should be
1718: -- if the weight uom is not null on the record
1719: -- if the std wt uom is not set
1720: -- set this uom as the standard uom

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

1716: -- If that is null we have to pick up first non null wt/vol uom as standard
1717: -- for each record logic should be
1718: -- if the weight uom is not null on the record
1719: -- if the std wt uom is not set
1720: -- set this uom as the standard uom
1721: -- else
1722: -- if std wt uom is different from the current uom
1723: -- convert wt to the std uom
1724: -- if conversion returns null, -1 set the wt to zero